From 5274f76ef82c15c07a3a5e981c258bd130e012b1 Mon Sep 17 00:00:00 2001 From: Alexandru Date: Thu, 19 Sep 2024 20:47:19 +0300 Subject: [PATCH] fucking retard am i --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index a514357..81893bd 100644 --- a/app.py +++ b/app.py @@ -13,7 +13,7 @@ app.secret_key = hashlib.md5(os.urandom(32)).hexdigest() def parsetime(value): return time.strftime('%Y-%m-%d %H:%M', time.localtime(value)) -@app.route('/g') +@app.route('/') def index(): statement = 'SELECT "id", "name", "website", "comment", "date", "ip" FROM "entries" ORDER BY id DESC' cs.execute(statement)