Spotify.py is broken

This commit is contained in:
2021-07-03 20:46:25 -04:00
parent 3e0657724f
commit 2faf0426df
2 changed files with 12 additions and 8 deletions

View File

@ -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