diff --git a/spothole.py b/spothole.py index 9899c98..aff19f7 100644 --- a/spothole.py +++ b/spothole.py @@ -29,9 +29,6 @@ def shutdown(_signum=None, _frame=None): # Main function if __name__ == "__main__": - result = infer_mode_from_comment("Test FT8") - print(result) - # Set up logging root = logging.getLogger() root.setLevel(LOG_LEVEL) diff --git a/templates/add_spot.html b/templates/add_spot.html index 3c00a89..981573b 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 57061bd..2bf2c7d 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -84,7 +84,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index b4a7bd9..1ca790d 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 2e3fd20..1a42f57 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 %}