fix indentation in lastfm.py

This commit is contained in:
Yann Leboulanger 2007-11-22 21:09:46 +00:00
parent 5fb061478f
commit 510725255a
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class LastFM:
tracklist = recenttracks.getElementsByTagName('track')
# do not update if nothing more has been scrobbled since last time
if len(tracklist) > 0 and \
if len(tracklist) > 0 and \
int(tracklist[0].getElementsByTagName('date')[0].
getAttribute('uts')) != self.getLastScrobbledTime():
self.lastSongs = []