Skip to content

Commit

Permalink
Update and rename auto_crawler.py to main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YoongiKim authored Jan 24, 2019
1 parent a5642d5 commit 5095b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_crawler.py → main.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def do_crawling(self):
pool.map_async(self.download, tasks)
pool.close()
pool.join()
print('pool join')
print('Task ended. Pool join.')

self.imbalance_check()

Expand Down

0 comments on commit 5095b43

Please sign in to comment.