From 42155370475b1f6619498ec2c43c1c7f328ce1a1 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sun, 18 Feb 2024 01:35:57 +0300 Subject: lws: wip --- web/kbn_templates/modems.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/kbn_templates/modems.j2') diff --git a/web/kbn_templates/modems.j2 b/web/kbn_templates/modems.j2 index 06339f8..9defec3 100644 --- a/web/kbn_templates/modems.j2 +++ b/web/kbn_templates/modems.j2 @@ -12,5 +12,5 @@ {% endblock %} {% block js %} -ModemStatus.init({{ modems.getkeys()|tojson }}); +ModemStatus.init({{ modems.keys()|tojson }}); {% endblock %} -- cgit v1.2.3