Skip to content

Commit

Permalink
Fixed typos, improved jobs dispatching algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
YeahNotSewerSide authored Apr 10, 2021
1 parent 4fc2b3f commit f47d414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def start_job(dispatcher,event):
logger.debug(str(event.algorithm))
return

EXPECTED_HASH = event.expected_hash
EXPECTED_HASH = event.expectedHash
START_END = (event.start,event.end)

if func == None:
Expand Down

0 comments on commit f47d414

Please sign in to comment.