Added batch process and test

This commit is contained in:
2026-05-10 15:45:01 +02:00
parent e66b6043d8
commit e45601de0a
6 changed files with 91 additions and 29 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ def save(form: dict) -> None:
"sftp_host", "sftp_port", "sftp_user", "sftp_auth_method",
"sftp_password", "sftp_remote_path",
"calibre_url", "calibre_user", "calibre_pass",
"local_work_dir", "scheduler_interval_minutes",
"local_work_dir", "scheduler_interval_minutes", "sync_batch_size",
]
for key in keys:
if key in form and form[key] is not None: