[10.10.20] Testing
This commit is contained in:
parent
2a06d431b2
commit
5882204833
@ -184,7 +184,7 @@ def createHourJob():
|
|||||||
|
|
||||||
schedule.every().hour.at(timeF).do(createHourJob).tag("sendToArtemis")
|
schedule.every().hour.at(timeF).do(createHourJob).tag("sendToArtemis")
|
||||||
|
|
||||||
log("Collection will run again at {} every hour".format(time), 'INFO')
|
log("Collection will run again at {} every hour".format(timeF), 'INFO')
|
||||||
|
|
||||||
def collectorMain(hashtag):
|
def collectorMain(hashtag):
|
||||||
log("Starting Tweet Collector", 'INFO')
|
log("Starting Tweet Collector", 'INFO')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user