bugfix printtags after time period is last value of rooms
This commit is contained in:
parent
bc8a91d104
commit
324c760110
2 changed files with 2 additions and 2 deletions
|
@ -412,7 +412,7 @@ if __name__ == '__main__':
|
||||||
room_info_raw = room_file.read()
|
room_info_raw = room_file.read()
|
||||||
room_file.close()
|
room_file.close()
|
||||||
room_info = room_info_raw.split('§%§%')
|
room_info = room_info_raw.split('§%§%')
|
||||||
tag_list = eval(room_info[-1])
|
tag_list = eval(room_info[-2])
|
||||||
answer = tag_list
|
answer = tag_list
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
printrooms§%§%woo7acFTE5ZikxmaG
|
printtags test42§%§%DXbmwicNHnmruZpKw
|
Loading…
Reference in a new issue