Skip to content

Commit ad16f92

Browse files
committedMay 31, 2020
correct one critical error
1 parent d974ec4 commit ad16f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/audible/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def switch_marketplace(self, locale):
131131
domain = locale.domain
132132
self.api_root_url = f"https://api.audible.{domain}"
133133

134-
def switch_user(self, auth: Union[LoginAuthenticator, FileAuthenticator]:
134+
def switch_user(self, auth: Union[LoginAuthenticator, FileAuthenticator]):
135135
self.auth = auth
136136
self.adp_token = auth.get("adp_token")
137137
self.device_private_key = auth.get("device_private_key")

0 commit comments

Comments
 (0)