From 510725255a6ae35d2ed3b6b2914f2e3402afa7c6 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 22 Nov 2007 21:09:46 +0000 Subject: [PATCH] fix indentation in lastfm.py --- src/lastfm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lastfm.py b/src/lastfm.py index b6eb7b0ad..385407f13 100644 --- a/src/lastfm.py +++ b/src/lastfm.py @@ -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 = []