mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-01-01 15:06:37 +00:00
Merge pull request #440 from ritiek/fix-missing-import
Import spotipy in downloader.py
This commit is contained in:
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
### Changed
|
### Changed
|
||||||
- Refactored core downloading module ([@ritiek](https://github.com/ritiek)) (#410)
|
- Refactored core downloading module ([@ritiek](https://github.com/ritiek)) (#410)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Included a missing `import spotipy` in downloader.py ([@ritiek](https://github.com/ritiek)) (#440)
|
||||||
|
|
||||||
## [1.1.0] - 2018-11-13
|
## [1.1.0] - 2018-11-13
|
||||||
### Added
|
### Added
|
||||||
- Output error details when track download fails from list file ([@ManveerBasra](https://github.com/ManveerBasra)) (#406)
|
- Output error details when track download fails from list file ([@ManveerBasra](https://github.com/ManveerBasra)) (#406)
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ from spotdl import internals
|
|||||||
from spotdl import spotify_tools
|
from spotdl import spotify_tools
|
||||||
from spotdl import youtube_tools
|
from spotdl import youtube_tools
|
||||||
|
|
||||||
|
import spotipy
|
||||||
from logzero import logger as log
|
from logzero import logger as log
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user