Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SeptemberHX committed Mar 21, 2022
1 parent 985073c commit 54a5745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions users.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def start():
with open(os.path.join(DATA_DIR, 'share', 'func_objs.json'), 'r') as f:
func_objs = json.load(f, object_hook=lambda d: {int(k) if k.lstrip('-').isdigit() else k: v for k, v in
d.items()})
print(users)
start_simulate(users[node], func_objs)


Expand Down

0 comments on commit 54a5745

Please sign in to comment.