Update sist2-admin database schema, fix thumbnail-size

This commit is contained in:
2023-02-26 10:42:20 -05:00
parent 707bac86b3
commit d259b95017
5 changed files with 85 additions and 58 deletions

View File

@@ -10,7 +10,7 @@ from jobs import Sist2Job
def _check_schedule(db: PersistentState, run_job):
for job in (row["job"] for row in db["jobs"]):
for job in db["jobs"]:
job: Sist2Job
if job.schedule_enabled: