From af56dffae49b3379a362f2c4011746f12dceabbf Mon Sep 17 00:00:00 2001 From: Eri Date: Tue, 23 Dec 2025 09:53:18 -0300 Subject: [PATCH] Added comment for testing --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 7c1dffb..255a951 100644 --- a/app.py +++ b/app.py @@ -14,6 +14,7 @@ ALG_PREFIX = { 'sha256': '$5$', } +# The main route @app.route('/') def index(): return render_template('index.html')