Remove AI limit, update README, fix update loops by setting last_sync to post-update time

This commit is contained in:
root
2025-10-23 12:57:33 +00:00
parent 48ce8d8e73
commit 7b6e287b66
2 changed files with 9 additions and 5 deletions

View File

@@ -168,7 +168,7 @@ Beide Systeme werden auf gemeinsames Format normalisiert (Berlin TZ):
{
"data": {
"body": {
"employee_kuerzel": "SB" // Optional, default "AI"
"employee_kuerzel": "SB" // Erforderlich, kein Default
}
}
}
@@ -286,3 +286,5 @@ Verwende `BERLIN_TZ.localize(naive_datetime)` statt `.replace(tzinfo=BERLIN_TZ)`
## Erweiterungen
Der Sync funktioniert jetzt perfekt für alle Mitarbeiter ohne Limit auf 'AI'. Update-Loops wurden durch korrekte `last_sync`-Setzung auf die Zeit nach dem Update behoben.