[10.10.20] Testing

This commit is contained in:
andrewso 2020-10-10 22:34:37 +01:00
parent 8ff0f53887
commit 2eb41af132

View File

@ -196,6 +196,7 @@ def collectorMain(hashtag):
for i in range(len(hashtag)): for i in range(len(hashtag)):
Thread(target=collector, args=[hashtag[i]]).start() Thread(target=collector, args=[hashtag[i]]).start()
sleep(5)
createHourJob() createHourJob()
while True: while True: