We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc12aaa + 85438a3 commit c2bf618Copy full SHA for c2bf618
1 file changed
src/flashbake/plugins/lastfm.py
@@ -40,7 +40,7 @@ def addcontext(self, message_file, config):
40
41
# last n items for m creator
42
url = "%suser.getrecentTracks&user=%s&api_key=%s&limit=%s&format=json" % (LASTFM, self.user_name, self.api_key, self.limit)
43
- logging.info('API call: %s' % url)
+ logging.debug('API call: %s' % url)
44
raw_data = self._fetch_data(url)
45
46
tracks = raw_data['recenttracks']['track']
0 commit comments