Commit 13421b6f authored by Raphael Beer's avatar Raphael Beer

Merge branch 'hotfix/1.0.3-verbose_log'

parents 8e413dee e52f0a6e
......@@ -299,7 +299,6 @@ class TwitterSession:
reply_tweet_ids = []
debug(str(tweet_ids));
for tid in tweet_ids:
if "in_reply_to_status_id_str" not in tweets_replies["globalObjects"]["tweets"][tid] or tweets_replies["globalObjects"]["tweets"][tid]["user_id_str"] != user_id:
continue
......
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