mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ui - fix typo in instances helper (again)
This commit is contained in:
parent
fb85d398c8
commit
5008128230
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue