mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Fix appsettings
This commit is contained in:
parent
bb8f95be14
commit
eda233ada7
2 changed files with 2 additions and 2 deletions
|
@ -15,4 +15,4 @@ def get_settings():
|
|||
pass
|
||||
|
||||
for entry in entries:
|
||||
setattr(app_settings, entry.key, entry.val)
|
||||
setattr(app_settings, entry.key, entry.value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue