From cee9e335b9abda1cef5f08a85c21181ac01ec3f6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Dec 2021 20:16:47 +0200 Subject: [PATCH] fsdfsd --- files/routes/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/admin.py b/files/routes/admin.py index ea0661fd5..7e1c8b0b0 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -33,7 +33,7 @@ def notify(v): # body_html=text_html) # g.db.add(new_comment) # g.db.flush() - + print('wtf') users = g.db.query(User.id).all() for u in users: print(u[0])