Added scheduler start
This commit is contained in:
parent
cddf1e211a
commit
9261585f5f
@ -444,7 +444,8 @@ if __name__ == "__main__":
|
||||
if configGet("startup", "reports"):
|
||||
app.send_message(configGet("admin"), locale("startup", "message", locale=configGet("locale")).format(str(pid))) # type: ignore
|
||||
|
||||
# if configGet("post", "mode"):
|
||||
if configGet("post", "mode"):
|
||||
scheduler.start()
|
||||
# t = Thread(target=background_task)
|
||||
# t.start()
|
||||
|
||||
|
Reference in New Issue
Block a user