Closed norrishd closed 3 years ago
In get_auth, args are passed in the wrong order to SeerApiKeyAuth, meaning the api_url is interpreted as the api_key at present.
get_auth
SeerApiKeyAuth
api_url
api_key
In
get_auth
, args are passed in the wrong order toSeerApiKeyAuth
, meaning theapi_url
is interpreted as theapi_key
at present.