Closed FlxVctr closed 2 years ago
I think config_f
should be correct for the search parameters. In the code, config
is the actual dictionary that gets read from the YAML file specified by config_f
.
Does that match your understanding of the code?
Yes, that makes sense, but I think there's an omission in the code here:
config instead of config_f
Made a PR, but not tested
Ah I see, the issue was with the parser argument name. Thank you!
Here: https://focalevents.readthedocs.io/en/latest/cookbook/twitter/search.html#search-parameters should be config, at least as I read the code.