diff --git a/src/meshapi/tasks.py b/src/meshapi/tasks.py index 9df3250f..6e9075dc 100644 --- a/src/meshapi/tasks.py +++ b/src/meshapi/tasks.py @@ -84,7 +84,7 @@ def run_update_from_uisp() -> None: "schedule": crontab(minute="0", hour="*/1"), }, "import-from-uisp-hourly": { - "task": "meshapi.tasks.run_update_panoramas", + "task": "meshapi.tasks.run_update_from_uisp", "schedule": crontab(minute="10", hour="*/1"), }, }