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
Thanks for this fix. Not only line 640, three or four more places needed the same change. I added two lines headers = self.headers() and headers=headers to make it run without debud errors.
Line 640
# grab the response.
response = self._handle_requests(
url=url_endpoint,
method='get',
args=params
)
Changed to:
headers = self.headers()
The text was updated successfully, but these errors were encountered: