diff --git a/changedetectionio/blueprint/rss/tag.py b/changedetectionio/blueprint/rss/tag.py index 8459234ba..2fab8c060 100644 --- a/changedetectionio/blueprint/rss/tag.py +++ b/changedetectionio/blueprint/rss/tag.py @@ -7,7 +7,7 @@ def construct_tag_routes(rss_blueprint, datastore): datastore: The ChangeDetectionStore instance """ - @rss_blueprint.route("/tag/", methods=['GET']) + @rss_blueprint.route("/tag/", methods=['GET']) def rss_tag_feed(tag_uuid): from flask import make_response, request, url_for