Commit 9175457b authored by Francesco Poldi's avatar Francesco Poldi

Removed debug print

parent abddf953
......@@ -521,7 +521,6 @@ async def getTweet(url):
soup = BeautifulSoup(response, "html.parser")
tweet = soup.find("div", "permalink-inner permalink-tweet-container")
copyright = tweet.find("div", "StreamItemContent--withheld")
print(url)
if copyright is None:
if arg.elasticsearch:
print(await outTweet(tweet), end=".", flush=True)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment