From eb744ce1943fe5c650374f2d4a5d4a3d0bc21850 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 2 Apr 2022 19:11:32 +0200 Subject: [PATCH] fsd --- files/routes/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index dfe73c939d..4b9c05df2a 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -69,7 +69,7 @@ def pusher_thread(interests, c): @auth_desired def post_pid_comment_cid(cid, pid=None, anything=None, v=None, sub=None): - if not v and not request.path.startswith('/logged_out'): return redirect(f"{SITE_FULL}/logged_out{request.full_path}") + if not v and not request.path.startswith('/logged_out'): return redirect(f"/logged_out{request.full_path}") if v and request.path.startswith('/logged_out'): v = None