- 불필요한 print 삭제

- thread 16개로
This commit is contained in:
mjjo
2017-08-10 14:29:33 +09:00
parent cba76dbe59
commit df5ca87d8a
3 changed files with 10 additions and 7 deletions

View File

@@ -303,7 +303,7 @@ class TwitterCrawler:
start_time = time.time()
# run
worker_count = 1
worker_count = 16
split_config = self.default_config.split()
content_qu = queue.Queue()