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 766c4bb commit 177c322
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 @@ -49,7 +49,7 @@ def open(self, url, request_headers=None, params=None, proxy=None, timeout=30):
)
return response

def get_data(self, url, session, request_headers=None, params=None, proxy=None, timeout=30):
def get_data(self, session, url, request_headers=None, params=None, proxy=None, timeout=30):
response = session.get(
url=url,
params=params,
Expand Down

0 comments on commit 177c322

Please sign in to comment.