Benny- / Yahoo-ticker-symbol-downloader

A web scraper for ticker symbols from yahoo finance
https://pypi.python.org/pypi/Yahoo-ticker-downloader/
Other
249 stars 87 forks source link

Request session is pickled #36

Open Benny- opened 7 years ago

Benny- commented 7 years ago

A requests.Session() is pickled. This might cause problems if the request module is upgraded.

It should not be pickled.