1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-14 11:58:06 +00:00

Changed schedule start- and end-time to schedule start and duration

Localized display of schedule start-time and duration
Removed displaying scheduling settings if "APScheduler" is missing
Input check for start-time and duration
This commit is contained in:
Ozzie Isaacs
2022-04-25 17:00:07 +02:00
parent d83c731030
commit 6e8445fed5
7 changed files with 90 additions and 50 deletions

2
cps.py
View File

@@ -77,7 +77,7 @@ def main():
app.register_blueprint(oauth)
# Register scheduled tasks
register_scheduled_tasks()
register_scheduled_tasks() # ToDo only reconnect if reconnect is enabled
register_startup_tasks()
success = web_server.start()