From 85aa960e667381d30d11dfa1e23c327586fce72a Mon Sep 17 00:00:00 2001 From: Domeniko Gentner Date: Wed, 16 Dec 2020 21:54:12 +0100 Subject: [PATCH] This is embarrassing. But fixed for godo now, hopefully,. --- twitter/twitter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/twitter/twitter.py b/twitter/twitter.py index c1edf0f..34bf00d 100644 --- a/twitter/twitter.py +++ b/twitter/twitter.py @@ -59,7 +59,6 @@ class twitter: print(tweet_tags) for each in tweet_tags: - print(each) # It's a blocklist and the hashtag is found if self.credentials['is_blocklist'] and each['text'] in hashtags: found_not_allowed_tag = True