diff --git a/main.py b/main.py index 31b0803..207dc85 100644 --- a/main.py +++ b/main.py @@ -83,7 +83,7 @@ def about_en(): parse_subscribe_requests() return render_template('about_en.html', entries=pull_feed_entries()) -@app.route('/card', methods=['GET', 'POST']_ +@app.route('/card', methods=['GET', 'POST']) def card(): # redirect to homepage for now - will maybe be an API endpoint for the new # membership card in the future