mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Move common code to loader.py
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
# -*- coding: UTF-8 -*-
|
||||
|
||||
import spotdl
|
||||
|
||||
spotify = spotdl.spotify_tools.spotify
|
||||
username = 'alex'
|
||||
|
||||
spotify = spotdl.spotify_tools.spotify
|
||||
|
||||
def test_user():
|
||||
expect_playlists = 7
|
||||
|
||||
Reference in New Issue
Block a user