Spotify.py is broken
This commit is contained in:
@ -4,7 +4,7 @@ Find an album using the `spotify_actions` API and echo its contents.
|
||||
|
||||
from argparse import ArgumentParser
|
||||
from asyncio import get_event_loop
|
||||
from logging import basicConfig, DEBUG
|
||||
from logging import DEBUG, basicConfig
|
||||
|
||||
from spotify_actions.echo import echo_album
|
||||
from spotify_actions.search import search_album
|
||||
|
Reference in New Issue
Block a user