mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
parent
71a19de031
commit
b09c1585c1
@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
// add new changes here
|
||||
### Fixed
|
||||
|
||||
- Logging regression due to the addition of `logging.basicConfig()` which was unneeded.
|
||||
|
||||
- Added a method to update the auth token.
|
||||
|
||||
|
||||
@ -14,7 +14,6 @@ import six
|
||||
|
||||
from spotipy.exceptions import SpotifyException
|
||||
|
||||
logging.basicConfig()
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user