minor bug corrected in tag.py

master
Abhinav Sarkar 2008-08-21 13:44:33 +00:00
parent 054fc8eeb3
commit 0f694c4418
1 changed files with 1 additions and 1 deletions

View File

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