From 364ef13b521b0bff38caa48ec4a46b06c7d80a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Tue, 13 Dec 2022 15:45:14 +0100 Subject: [PATCH] Fix error by calling a method on the wrong variable --- src/ui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/main.py b/src/ui/main.py index 0b953973a..890b93025 100755 --- a/src/ui/main.py +++ b/src/ui/main.py @@ -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