Commit ae5b4c9f authored by nanahira's avatar nanahira

fix

parent 19ec4bd3
Pipeline #23021 passed with stages
in 1 minute and 1 second
...@@ -113,7 +113,7 @@ def doSearch(screen_name): ...@@ -113,7 +113,7 @@ def doSearch(screen_name):
"variables": json.dumps({ "variables": json.dumps({
"count": 20, "count": 20,
"querySource": "typed_query", "querySource": "typed_query",
"product": "Top", "product": "Latest",
"rawQuery": "from:@" + screen_name, "rawQuery": "from:@" + screen_name,
}), }),
"fieldToggles": json.dumps({ "fieldToggles": json.dumps({
......
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