patolin / pylast

Automatically exported from code.google.com/p/pylast
Apache License 2.0
0 stars 0 forks source link

User get_top_tags returns an empty list when limit param is None #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
print network.get_user('rj').get_top_tags()

[]

print network.get_user('rj').get_top_tags(limit=1)

[TopItem(item=pylast.Tag(u'rock', 
pylast.LastFMNetwork('2e4ef608fa9812f6c98220f463a92989', '', '', '', '')), 
weight=u'16')]

What versions of Pylast and Python are you using?
trunk

Attach patch

Original issue reported on code.google.com by pcapel...@gmail.com on 24 Jan 2011 at 12:50

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r249.

Original comment by amr.hassan on 24 Jan 2011 at 1:05