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 %}
diff --git a/templates/conditions.html b/templates/conditions.html index 9a55c86..cddeeea 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index 3354406..e599884 100644 --- a/templates/map.html +++ b/templates/map.html @@ -112,8 +112,8 @@ - - + + diff --git a/templates/spots.html b/templates/spots.html index ffb8aa7..9880008 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -118,8 +118,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index 6c25808..c84bdbc 100644 --- a/templates/status.html +++ b/templates/status.html @@ -86,7 +86,7 @@ - +