Remove AI limit, update README, fix update loops by setting last_sync to post-update time
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user