Extend debug mode in cron step to accept list of kuerzel (SB, AI, RO)

This commit is contained in:
root
2025-10-24 01:08:09 +00:00
parent 2eb8330b1d
commit 25429edd76
2 changed files with 6 additions and 5 deletions

View File

@@ -37,4 +37,5 @@ class Config:
# Calendar Sync settings
CALENDAR_SYNC_ANONYMIZE_GOOGLE_EVENTS = os.getenv('CALENDAR_SYNC_ANONYMIZE_GOOGLE_EVENTS', 'true').lower() == 'true'
CALENDAR_SYNC_DEBUG_KUERZEL = [k.strip().upper() for k in os.getenv('CALENDAR_SYNC_DEBUG_KUERZEL', 'SB,AI,RO').split(',')]
ADVOWARE_WRITE_PROTECTION = True