mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2026-01-06 02:03:15 +00:00
Hopefully fixed the daily update bug.
This commit is contained in:
@@ -1084,7 +1084,7 @@ if __name__ == '__main__':
|
||||
|
||||
t.start()
|
||||
|
||||
print '{}'.format(datetime.datetime.now(), end="\r")
|
||||
#print '{}'.format(datetime.datetime.now(), end="\r")
|
||||
|
||||
except KeyboardInterrupt:
|
||||
|
||||
|
||||
@@ -63,6 +63,6 @@ useGoogleCalendar = False
|
||||
|
||||
useCommercialInjection = True
|
||||
|
||||
dailyUpdateTime = "11:59 PM"
|
||||
dailyUpdateTime = "11:59 AM"
|
||||
|
||||
debug_mode = False
|
||||
|
||||
Reference in New Issue
Block a user