mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2026-01-08 16:00:53 +00:00
Create main module
This commit is contained in:
4
src/__main__.py
Normal file
4
src/__main__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from app import client
|
||||
|
||||
if __name__ == '__main__':
|
||||
client()
|
||||
@@ -167,6 +167,3 @@ def search(search_term):
|
||||
else:
|
||||
download_playlist(playlists, position - total_tracks - total_albums - total_artists)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
client()
|
||||
|
||||
Reference in New Issue
Block a user