From dd0ba20f1f8e96164c95bb56ffb241bbb69e2cc2 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Wed, 10 Apr 2024 17:18:52 -0600 Subject: [PATCH] Mods --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index bd6d2a5..36bfa5e 100644 --- a/main.py +++ b/main.py @@ -479,7 +479,7 @@ async def shitpost(ws, room_id): text = soup.get_text(separator="\n").strip() text = clean_lines(text) number = "123" - url = f"https://boards.4chan.org/{board}/thread/{id}#p{number}" + url = f">boards.4chan.org/{board}/thread/{id}#p{number}" if not text: text = url