aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Sorokin <me@ch1p.io>2024-01-16 02:09:37 +0300
committerEvgeny Sorokin <me@ch1p.io>2024-01-16 02:09:37 +0300
commitf3793f8ecea79f98f866398e313be27ec14fafc3 (patch)
tree9e87bb9cb5815722a97a9785533a5aadbc294e5b
parentda5db8bc280deab0e2081f39d2f32aabb2372afe (diff)
parent05c5d18f7619c28e620d42c0921f81ced780cc2d (diff)
merge
-rw-r--r--bin/web_kbn.py1
-rw-r--r--web/kbn_templates/modems.j22
2 files changed, 1 insertions, 2 deletions
diff --git a/bin/web_kbn.py b/bin/web_kbn.py
index 75437f1..397841d 100644
--- a/bin/web_kbn.py
+++ b/bin/web_kbn.py
@@ -13,7 +13,6 @@ from homekit.config import config, AppConfigUnit
from homekit.util import homekit_path, filesize_fmt, seconds_to_human_readable_string
from aiohttp import web
from homekit import http
-from homekit.modem import ModemsConfig, E3372, MacroNetWorkType
class WebKbnConfig(AppConfigUnit):
diff --git a/web/kbn_templates/modems.j2 b/web/kbn_templates/modems.j2
index 4ff9cf8..06339f8 100644
--- a/web/kbn_templates/modems.j2
+++ b/web/kbn_templates/modems.j2
@@ -13,4 +13,4 @@
{% block js %}
ModemStatus.init({{ modems.getkeys()|tojson }});
-{% endblock %} \ No newline at end of file
+{% endblock %}