Typo in definitions behoben

This commit is contained in:
Alexander Malzkuhn 2025-05-31 16:36:48 +02:00
parent 20cadea3ff
commit 09064dbf78
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
users/
backup/
Archiv/
Docker/

View File

@ -37,7 +37,7 @@ standard_adminsettings = { "admin_user": "admin",
"button_height": 300,
"user_notes": True,
"vacation_application": True,
"backupfolder": backupfolder,
"backup_folder": backupfolder,
"backup_api_key": hashlib.shake_256(bytes(backupfolder, 'utf-8')).hexdigest(20),
"holidays": { }
}