Skip to content

Commit

Permalink
Refactored session management system to handle cookie and crumbs better.
Browse files Browse the repository at this point in the history
Added fixes for #167, #166, #160.
  • Loading branch information
connorsanders committed Dec 13, 2023
1 parent 177c322 commit a5da5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yahoofinancials/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_data(self, session, url, request_headers=None, params=None, proxy=None,
params=params,
proxies=proxy,
timeout=timeout,
user_agent_headers=request_headers or self.request_headers
headers=request_headers or self.request_headers
)
return response

Expand Down

0 comments on commit a5da5a7

Please sign in to comment.