[15.10.20] Testing

This commit is contained in:
andrewso 2020-10-15 18:10:57 +01:00
parent 7325a509bd
commit 17bd1399cc

View File

@ -224,6 +224,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(2)
createHourJob() createHourJob()
while True: while True: