Commit 5093a721 authored by nanahira's avatar nanahira

fix showmore again

parent a5c65d4a
Pipeline #12431 passed with stage
in 7 seconds
...@@ -273,7 +273,7 @@ def searchban(screen_name): ...@@ -273,7 +273,7 @@ def searchban(screen_name):
if not showmore: if not showmore:
returnjson["tests"]["more_replies"] = { returnjson["tests"]["more_replies"] = {
"ban": False, "ban": False,
"in_reply_to": "-1", "in_reply_to": reply["id_str"],
} }
replyTweet = reply["in_reply_to_status_id_str"] replyTweet = reply["in_reply_to_status_id_str"]
for testField in ["ghost", "more_replies"]: for testField in ["ghost", "more_replies"]:
......
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