Skip to content

Commit a34b895

Browse files
author
Aaron Gonzales
committed
forgot to change to in config parser
1 parent 949318d commit a34b895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twittersearch/api_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def gen_params_from_config(config_dict):
185185
"bearer_token": config_dict.get("bearer_token"),
186186
"rule_payload": rule,
187187
"results_per_file": int(config_dict.get("results_per_file")),
188-
"max_tweets": int(config_dict.get("max_tweets")),
188+
"max_results": int(config_dict.get("max_results")),
189189
"max_pages": config_dict.get("max_pages", None)}
190190
return _dict
191191

0 commit comments

Comments
 (0)