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

master
Domeniko Gentner 3 years ago
parent 89cc933427
commit 85aa960e66
  1. 1
      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

Loading…
Cancel
Save