Switch log statement to info in lastfm

This commit is contained in:
2023-02-16 02:44:57 -05:00
parent 4ae70ef1f1
commit 9568726bf3

View File

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