This is embarrassing. But fixed for godo now, hopefully,.

This commit is contained in:
Domeniko Gentner 2020-12-16 21:54:12 +01:00
parent 89cc933427
commit 85aa960e66

View File

@ -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