diff --git a/cid/main.py b/cid/main.py index 0764cd3..e4bbefe 100644 --- a/cid/main.py +++ b/cid/main.py @@ -51,7 +51,7 @@ def latest(db: Session = Depends(get_db)) -> Dict[str, Any]: # noqa: B008 } -@repeat(every(10).minutes) +@repeat(every(24).hours) def self_update_image_data() -> None: """Update the database with new image data.""" db = SessionLocal()