JambaSe Intervall angepasst

This commit is contained in:
ecki
2026-08-22 15:15:15 +02:00
parent 27158071f9
commit 3018573b22
6 changed files with 73 additions and 14 deletions
+2 -2
View File
@@ -251,5 +251,5 @@ def get_provider_statuses(db: Session = Depends(get_db)):
@app.post("/sync", response_model=SyncResult)
def trigger_sync(db: Session = Depends(get_db)):
return run_sync(db)
def trigger_sync(force_providers: bool = False, db: Session = Depends(get_db)):
return run_sync(db, force_providers=force_providers)