last sync with changes no duplicate

This commit is contained in:
2026-08-05 15:32:23 +02:00
parent d9d22011ca
commit 54a0624c17
+2
View File
@@ -213,6 +213,8 @@ def web_dashboard(
if last_sync_with_changes:
last_sync_with_changes["started_at"] = str(last_sync_with_changes["started_at"])
if last_sync and last_sync["started_at"] == last_sync_with_changes["started_at"]:
last_sync_with_changes = None
return templates.TemplateResponse(
"dashboard.html",