Added batch process and test
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user