Skip to content

Commit

Permalink
wait (join) for manager queue
Browse files Browse the repository at this point in the history
  • Loading branch information
deibit committed Feb 4, 2015
1 parent 48a27ca commit a46842c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cansina.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ def _prepare_proxies(proxies):

#for t in thread_pool:
#t.join()
#manager.dead = True
#manager.get_results_queue().join()
manager.dead = True
manager.get_results_queue().join()

sys.stdout.write('\r')
sys.stdout.write("\x1b[0K")
Expand Down

0 comments on commit a46842c

Please sign in to comment.