added deadline days to printrooms command output
This commit is contained in:
parent
e419152381
commit
4abac6bbd1
2 changed files with 2 additions and 2 deletions
|
@ -445,7 +445,7 @@ if __name__ == '__main__':
|
||||||
room_file.close()
|
room_file.close()
|
||||||
|
|
||||||
room_file_list = room_file_raw.split('§%§%')
|
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 = ''
|
room_list_string = ''
|
||||||
for room in room_list:
|
for room in room_list:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
printcommands§%§%RPDjNmahwDpHHhgkK
|
printrooms§%§%mNikA4buKmxFg6sNH
|
Loading…
Reference in a new issue