small change

This commit is contained in:
Eddie 2017-10-25 15:26:29 -05:00
parent 419eab8f63
commit 597374062a
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':
if str(strftime("%H:%M:%S", gmtime())) == ('05:00:00' or '15:00:00' or '24:00:00'):
get_data_rss()