mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2026-01-06 10:13:15 +00:00
Added internal server when the -m flag is run or when a schedule is generated...it starts once and stays running until app closes. Also reconfigured the ajax html updated logic for testing.
This commit is contained in:
@@ -1096,7 +1096,13 @@ if __name__ == '__main__':
|
||||
|
||||
t = Timer(1, run_task, ())
|
||||
|
||||
t.start()
|
||||
try:
|
||||
|
||||
t.start()
|
||||
|
||||
except KeyboardInterrupt:
|
||||
|
||||
t.join()
|
||||
|
||||
#print '{}'.format(datetime.datetime.now(), end="\r")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user