Commit b873f3d9 authored by Your Name's avatar Your Name

add typeahead ban ?

parent 87b8fcfa
......@@ -144,6 +144,7 @@ def searchban(screen_name):
search_tweets = search_v2["globalObjects"]["tweets"]
if search_tweets == {}:
returnjson["tests"]["search"] = False
returnjson["tests"]["typeahead"] = False
return returnjson
else:
return returnjson
......
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