diff --git a/server/handlers/api/dxstats.py b/server/handlers/api/dxstats.py index e452e68..1705942 100644 --- a/server/handlers/api/dxstats.py +++ b/server/handlers/api/dxstats.py @@ -47,7 +47,7 @@ class APIDxStatsHandler(tornado.web.RequestHandler): one_hour_ago = (datetime.now(pytz.UTC) - timedelta(hours=1)).timestamp() counts = Counter() - for key in self._spots.keys(): + for key in self._spots.keys(): # noqa: SIM118 spot = self._spots.get(key) if spot is None: continue diff --git a/templates/add_spot.html b/templates/add_spot.html index 56b03bf..e7b2d13 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -76,7 +76,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index 15e4f9f..8650073 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -82,7 +82,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 48e9e31..3001fc5 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -79,8 +79,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 58fb6e0..285407b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -15,10 +15,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}