Commit a6b3b674 authored by nanahira's avatar nanahira

dont do anything when touch bottom

parent e3ec854d
Pipeline #9131 passed with stage
in 40 seconds
......@@ -126,11 +126,11 @@ def searchban(screen_name):
# returnjson["profile"]["has_tweets"] = True
returnjson["tests"] = {
"search": True, ## Search ban
"typeahead": True, ## suggest ban
"ghost": {"ban": None},
"more_replies": {"ban": False, "tweet": "-1", "in_reply_to": "-1"}
}
"search": True, ## Search ban
"typeahead": True, ## suggest ban
"ghost": {"ban": None},
"more_replies": {"ban": False, "tweet": "-1", "in_reply_to": "-1"}
}
# searchurl = "https://api.twitter.com/1.1/users/search.json"
# params = {"q": "from:@{}".format(screen_name), "count": 1}
......@@ -232,8 +232,8 @@ def searchban(screen_name):
if ent["entryId"].startswith("cursor-bottom"):
print("{}'s test touched bottom.".format(screen_name))
returnjson["tests"]["ghost"] = {}
returnjson["tests"]["more_replies"] = {}
#returnjson["tests"]["ghost"] = {}
#returnjson["tests"]["more_replies"] = {}
break
if ent["entryId"].startswith("cursor-showmorethreadsprompt"):
......
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