v1.0.64: version header and displayName placeholder
This commit is contained in:
+2
-1
@@ -116,7 +116,8 @@ def index():
|
||||
for i in instances:
|
||||
svc_name = i.get("svc", "Прочее")
|
||||
instance_groups.setdefault(svc_name, []).append(i)
|
||||
config = load_config()
|
||||
config = dict(load_config() or {})
|
||||
config["VERSION"] = current_app.config["VERSION"]
|
||||
except Exception as e:
|
||||
error = str(e)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user