From 5913a8dd1baaefea527a7c344d76f4b58eeb458b Mon Sep 17 00:00:00 2001 From: willhockey20 Date: Tue, 20 Dec 2022 19:19:58 -0500 Subject: [PATCH] Update __init__.py --- goathacks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goathacks/__init__.py b/goathacks/__init__.py index 17685c2..6ae48e4 100644 --- a/goathacks/__init__.py +++ b/goathacks/__init__.py @@ -56,7 +56,7 @@ def create_app(): #Code of conduct @app.route('/conduct/conduct.pdf') - def conduct(path): + def conduct(): return url_for('static', filename='conduct.pdf') # Homepage