diff options
-rw-r--r-- | bin/web_kbn.py | 1 | ||||
-rw-r--r-- | web/kbn_templates/modems.j2 | 2 |
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 %} |