fix indentation in lastfm.py
This commit is contained in:
parent
5fb061478f
commit
510725255a
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class LastFM:
|
||||||
tracklist = recenttracks.getElementsByTagName('track')
|
tracklist = recenttracks.getElementsByTagName('track')
|
||||||
|
|
||||||
# do not update if nothing more has been scrobbled since last time
|
# 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].
|
int(tracklist[0].getElementsByTagName('date')[0].
|
||||||
getAttribute('uts')) != self.getLastScrobbledTime():
|
getAttribute('uts')) != self.getLastScrobbledTime():
|
||||||
self.lastSongs = []
|
self.lastSongs = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue