summaryrefslogtreecommitdiff
path: root/app/main.py
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2022-07-24 16:01:41 +0200
committerMarius Peter <marius.peter@tutanota.com>2022-07-24 16:01:41 +0200
commit6c45fccc53ed5344461672c412935129c8179863 (patch)
tree8727217e9099014d652be404796b3f6141bea0f0 /app/main.py
parent18a64c63920bdaba1b8348493b8e7eb1cdc81294 (diff)
Models indentation and main database download route.
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