From e48ce83b020e72bf44e26cbd4bc7260d64457b88 Mon Sep 17 00:00:00 2001 From: Lynne Date: Wed, 12 Dec 2018 15:44:22 +1000 Subject: [PATCH] removed unnecessary todo --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index b167a8e..560df61 100755 --- a/main.py +++ b/main.py @@ -54,7 +54,6 @@ def extract_toot(toot): soup = BeautifulSoup(toot, "html.parser") # this is the code that removes all mentions - # TODO: make it so that it removes the @ and instance but keeps the name for mention in soup.select("span.h-card"): mention.a.unwrap() mention.span.unwrap()