Browse Source

added deadline days to printrooms command output

master
alpcentaur 9 months ago
parent
commit
4abac6bbd1
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      fdb_spider_interface.py
  2. +1
    -1
      new_message_file.txt

+ 1
- 1
fdb_spider_interface.py View File

@ -445,7 +445,7 @@ if __name__ == '__main__':
room_file.close()
room_file_list = room_file_raw.split('§%§%')
room_list.append([room[:-4], room_file_list[0], room_file_list[1], room_file_list[2]])
room_list.append([room[:-4], room_file_list[0], room_file_list[1], room_file_list[2], room_file_list[3]])
room_list_string = ''
for room in room_list:

+ 1
- 1
new_message_file.txt View File

@ -1 +1 @@
printcommands§%§%RPDjNmahwDpHHhgkK
printrooms§%§%mNikA4buKmxFg6sNH

Loading…
Cancel
Save