From 29b91a3b8a56ef7907092d8f226d181f42a452fc Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 2 Jul 2022 11:33:53 +0200 Subject: [PATCH] fds --- 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 dc16ed22ef..aa6224a13a 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -51,7 +51,7 @@ def give_monthly_marseybux_task(): -@app.post('/migrate_polls') +@app.get('/migrate_polls') @admin_level_required(3) def migrate_polls(v): polls = g.db.query(Comment).filter_by(author_id=6176, parent_comment_id=None, parent_submission=77232).all()