Commit e4fa6fd3 authored by nanahira's avatar nanahira

fix

parent 069a9b56
Pipeline #22557 passed with stages
in 42 seconds
...@@ -117,7 +117,7 @@ def doSearch(screen_name): ...@@ -117,7 +117,7 @@ def doSearch(screen_name):
} }
response = twitter_b.get(searchurl_v2, params=params_v2) response = twitter_b.get(searchurl_v2, params=params_v2)
print("Search: " + response.text) #print("Search: " + response.text)
search_v2 = response.json() search_v2 = response.json()
isHealthy = 'data' in search_v2 isHealthy = 'data' in search_v2
if isHealthy: if isHealthy:
......
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