[15.10.20] Testing
This commit is contained in:
parent
7325a509bd
commit
17bd1399cc
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user