From 6c45fccc53ed5344461672c412935129c8179863 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 24 Jul 2022 16:01:41 +0200 Subject: Models indentation and main database download route. --- app/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/main.py') 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) -- cgit v1.2.3