mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 01:18:26 +00:00
Fix error by calling a method on the wrong variable
This commit is contained in:
parent
1142ace55a
commit
364ef13b52
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ def services():
|
|||
# Edit check fields and remove already existing ones
|
||||
config = app.config["CONFIG"].get_config()
|
||||
for variable in deepcopy(variables):
|
||||
if variables.endswith("_SCHEMA"):
|
||||
if variable.endswith("_SCHEMA"):
|
||||
del variables[variable]
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue