summaryrefslogtreecommitdiff
path: root/app/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.py')
-rw-r--r--app/main.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/main.py b/app/main.py
index ac5625f..0f4b800 100644
--- a/app/main.py
+++ b/app/main.py
@@ -65,11 +65,11 @@ def home():
@main.route("/download-database")
def download_database():
- return send_file("fapg.db")
+ return send_file("test.db")
@main.route("/modules")
def all_modules():
- # If unlogged, should present promotional material for available
- # modules.
+ # If user is unlogged, should present promotional material for
+ # available modules.
return render_template("modules-promo.html", modules=modules)
Copyright 2019--2024 Marius PETER