diff options
| author | 2016-04-05 14:26:46 +0100 | |
|---|---|---|
| committer | 2016-04-05 14:26:46 +0100 | |
| commit | f19389ec8c3777ad2073189c059a16e166f990e6 (patch) | |
| tree | 47d6910820f495e4b1a3911e2bcaf1ac73829017 /modules/lastfm.py | |
| parent | oops (diff) | |
added todo.py.
Diffstat (limited to 'modules/lastfm.py')
| -rw-r--r-- | modules/lastfm.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/lastfm.py b/modules/lastfm.py index e9ff681a..ed470704 100644 --- a/modules/lastfm.py +++ b/modules/lastfm.py @@ -40,7 +40,6 @@ class Module(object): "api_key": self.bot.config["lastfm-api-key"], "user": username, "format": "json"}, json=True) tags = [] - print(info_page.keys()) if "toptags" in info_page["track"]: for tag in info_page["track"]["toptags"]["tag"]: tags.append(tag["name"]) |
