This commit is contained in:
Auric Vente 2024-04-10 21:25:27 -06:00
parent dd0ba20f1f
commit 7321929fab
1 changed files with 0 additions and 1 deletions

View File

@ -478,7 +478,6 @@ async def shitpost(ws, room_id):
# Get the text content # Get the text content
text = soup.get_text(separator="\n").strip() text = soup.get_text(separator="\n").strip()
text = clean_lines(text) text = clean_lines(text)
number = "123"
url = f">boards.4chan.org/{board}/thread/{id}#p{number}" url = f">boards.4chan.org/{board}/thread/{id}#p{number}"
if not text: if not text: