minor bug corrected in tag.py

This commit is contained in:
Abhinav Sarkar 2008-08-21 13:44:33 +00:00
parent 054fc8eeb3
commit 0f694c4418

View File

@ -163,7 +163,7 @@ class Tag(LastfmBase):
] ]
return self.__topTracks return self.__topTracks
@LastfmBase.topProperty("") @LastfmBase.topProperty("topTracks")
def topTrack(self): def topTrack(self):
"""top track for the tag""" """top track for the tag"""
pass pass