Fall back to using Spotipy

Would rather have async I/O, but there are too many issues with the data model of other APIs.
This commit is contained in:
2021-07-03 22:46:30 -04:00
parent 2faf0426df
commit 9f5caa76f0
10 changed files with 185 additions and 300 deletions

View File

@ -154,7 +154,8 @@ disable=print-statement,
exception-escape,
comprehension-escape,
# Manually added
import-error
import-error,
too-few-public-methods
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
@ -350,7 +351,7 @@ indent-after-paren=4
indent-string=' '
# Maximum number of characters on a single line.
max-line-length=100
max-line-length=120
# Maximum number of lines in a module.
max-module-lines=1000