-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refresh_access_token improved, remove refresh_or_register
If no refresh token is found, now an exception are raised. Removed refresh_or_register method for LoginAuthenticator and FileAuthenticator. This method was useless in my eyes.
- Loading branch information
Showing
3 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
__title__ = 'audible' | ||
__description__ = 'A(Sync) Interface for internal Audible API written in pure Python.' | ||
__url__ = 'https://github.com/mkb79/audible' | ||
__version__ = '0.3.0a0' | ||
__version__ = '0.3.0a1' | ||
__author__ = 'mkb79' | ||
__author_email__ = '[email protected]' | ||
__license__ = 'AGPL' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters