change the collection times

This commit is contained in:
Eddie 2017-10-26 16:12:30 -05:00
parent 7eec2fe740
commit 89ffa95789
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class Daemon(Thread):
def run(self):
while True:
if str(strftime("%H:%M:%S", gmtime())) == ('05:00:00' or '15:00:00' or '24:00:00'):
if str(strftime("%H:%M:%S", gmtime())) == ('12:00:00' or '24:00:00'):
get_data_rss()