Skip to content

Commit

Permalink
Enable UISP sync task (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Dickinson authored Oct 13, 2024
1 parent 3302b8a commit 28649c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshapi/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
}
Expand Down

0 comments on commit 28649c1

Please sign in to comment.