From 17bd1399cc660dd786cab347ae57ab7811bbb7aa Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Thu, 15 Oct 2020 18:10:57 +0100 Subject: [PATCH] [15.10.20] Testing --- src/tweets/collector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tweets/collector.py b/src/tweets/collector.py index 6c3d4dd..2e19752 100644 --- a/src/tweets/collector.py +++ b/src/tweets/collector.py @@ -224,6 +224,7 @@ def collectorMain(hashtag): for i in range(len(hashtag)): Thread(target=collector, args=[hashtag[i]]).start() + sleep(2) createHourJob() while True: