We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949318d commit a34b895Copy full SHA for a34b895
twittersearch/api_utils.py
@@ -185,7 +185,7 @@ def gen_params_from_config(config_dict):
185
"bearer_token": config_dict.get("bearer_token"),
186
"rule_payload": rule,
187
"results_per_file": int(config_dict.get("results_per_file")),
188
- "max_tweets": int(config_dict.get("max_tweets")),
+ "max_results": int(config_dict.get("max_results")),
189
"max_pages": config_dict.get("max_pages", None)}
190
return _dict
191
0 commit comments