Commit f344c6ce authored by Raphael Beer's avatar Raphael Beer

Merge tag 'v1.0.3-verbose_log' into dev

Logging tweet_ids spams debug logs
parents ebd0f953 13421b6f
......@@ -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