diff --git a/discourse.py b/discourse.py index 0f7957a..f79bc79 100644 --- a/discourse.py +++ b/discourse.py @@ -45,5 +45,4 @@ class DiscourseDatabase(): for place in places: if place in topic["tags"]: return f'{place}' - return "unknown" - + return "unknown" \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 5a8a454..79178fc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -273,7 +273,7 @@ diff --git a/template/_base_template.html b/template/_base_template.html index 6f050ac..33fcb3a 100644 --- a/template/_base_template.html +++ b/template/_base_template.html @@ -18,8 +18,7 @@ {% block body %}{% endblock body %}