Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/lastfm.py')
-rw-r--r--src/lastfm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lastfm.py b/src/lastfm.py
index f368ee7d2..a4772ddaf 100644
--- a/src/lastfm.py
+++ b/src/lastfm.py
@@ -211,7 +211,7 @@ if __name__ == '__main__':
lfm = LastFM(argv[1])
print lfm
- while 1:
+ while True:
if lfm.updateData():
print lfm.formatSongTitle()
sleep(60)