Switch log statement to info in lastfm
This commit is contained in:
@ -139,7 +139,7 @@ class LastFM:
|
|||||||
).replace(tzinfo=pytz.utc)
|
).replace(tzinfo=pytz.utc)
|
||||||
artist = scrobble.track.get_artist().name
|
artist = scrobble.track.get_artist().name
|
||||||
|
|
||||||
logger.debug(f"{artist},{scrobble.track.title},{timestamp}")
|
logger.info(f"{artist},{scrobble.track.title},{timestamp}")
|
||||||
scrobbles.append(
|
scrobbles.append(
|
||||||
{
|
{
|
||||||
"artist": artist,
|
"artist": artist,
|
||||||
|
|||||||
Reference in New Issue
Block a user