mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
web pings before starting the scheduler
This commit is contained in:
parent
b67c047f0c
commit
35e27f277b
@ -19,6 +19,7 @@ class active:
|
||||
|
||||
@staticmethod
|
||||
def start():
|
||||
web.ping()
|
||||
active._scheduler.enter_recurring(60, 1, web.ping)
|
||||
logging.debug("active scheduler started")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user