change the collection times and message
This commit is contained in:
parent
89ffa95789
commit
bbd35358e4
|
@ -24,6 +24,7 @@ class Daemon(Thread):
|
||||||
while True:
|
while True:
|
||||||
if str(strftime("%H:%M:%S", gmtime())) == ('12:00:00' or '24:00:00'):
|
if str(strftime("%H:%M:%S", gmtime())) == ('12:00:00' or '24:00:00'):
|
||||||
get_data_rss()
|
get_data_rss()
|
||||||
|
print('Data capture finished at time' + str(strftime("%H:%M:%S", gmtime())))
|
||||||
|
|
||||||
|
|
||||||
def main_fct():
|
def main_fct():
|
||||||
|
|
Loading…
Reference in New Issue