Skip to content
Snippets Groups Projects
Commit 51072525 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix indentation in lastfm.py

parent 5fb06147
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ def updateData(self):
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 = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment