You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, running searchtweets against the latest PyYAML release results in a warning on loading the configuration file:
credentials.py:34: YAMLLoadWarning: calling yaml.load() without Loader=… is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
Currently, running searchtweets against the latest PyYAML release results in a warning on loading the configuration file:
More information in this issue.
This is a minor / low priority fix, as the syntax is currently only deprecated, and the code will still work despite the warning being issued.
The text was updated successfully, but these errors were encountered: