implemented producer/consumer system with asyncio
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ def __create_dict(file, _dict):
|
||||
if len(words) == 2 and line[0] != '#':
|
||||
name, id = line.split()
|
||||
talents[int(id)] = name
|
||||
name = util.get_username_online(id) # attempt to get updated name
|
||||
# name = util.get_username_online(id) # attempt to get updated name
|
||||
talents[int(id)] = name
|
||||
_dict[int(id)] = name
|
||||
def init():
|
||||
|
||||
Reference in New Issue
Block a user