change the collection times and message

This commit is contained in:
Eddie 2017-10-26 16:22:14 -05:00
parent 89ffa95789
commit bbd35358e4
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class Daemon(Thread):
while True:
if str(strftime("%H:%M:%S", gmtime())) == ('12:00:00' or '24:00:00'):
get_data_rss()
print('Data capture finished at time' + str(strftime("%H:%M:%S", gmtime())))
def main_fct():