Commit 6c5ea85e authored by nanahira's avatar nanahira

fix

parent 68515974
Pipeline #9127 passed with stage
in 8 seconds
......@@ -263,7 +263,10 @@ def searchban(screen_name):
returnjson["tests"]["more_replies"] = {"ban": True}
if not showmore:
returnjson["tests"]["more_replies"] = {
}
"ban": False,
"in_reply_to": "-1",
"tweet": "-1"
}
except KeyError as e:
print(Exception.with_traceback(e))
returnjson["tests"]["ghost"] = {}
......
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