fixes, example queue from beginning of time

This commit is contained in:
msk
2022-09-28 02:20:06 -07:00
parent 5665a22325
commit 2e78cb1ed7
5 changed files with 1304 additions and 31 deletions
-1
View File
@@ -16,7 +16,6 @@ def __create_dict(file, _dict):
words = line.split()
if len(words) == 2 and line[0] != '#':
name, id = line.split()
talents[int(id)] = name
name = util.get_username_online(id, default=name) # attempt to get updated name
talents[int(id)] = name
_dict[int(id)] = name