ui - fix typo in instances helper (again)

This commit is contained in:
florian 2024-04-08 21:23:22 +02:00
parent fb85d398c8
commit 5008128230
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -154,7 +154,7 @@ class Instances:
# Override case : only return instances from DB
if override_instances is None:
config = self.__db.get_config()
override_instances = config["OVERRIDE_INSTANCES"]["value"] != ""
override_instances = config["OVERRIDE_INSTANCES"] != ""
if override_instances:
for instance in self.__db.get_instances():
instances.append(