updated logging and parsing
This commit is contained in:
parent
517accec38
commit
a764f4d8aa
@ -24,7 +24,7 @@ def get_chart_of_spotify_tracks(spotnet: SpotNetwork,
|
|||||||
if len(spotify_search) > 0:
|
if len(spotify_search) > 0:
|
||||||
spotify_chart.append(spotify_search[0])
|
spotify_chart.append(spotify_search[0])
|
||||||
else:
|
else:
|
||||||
logger.warning('no search tracks returned')
|
logger.debug('no search tracks returned')
|
||||||
|
|
||||||
return spotify_chart
|
return spotify_chart
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user