Changeset 1899
- Timestamp:
- 18/11/08 19:47:18 (7 weeks ago)
- svm:headrev:
cc3e1ea1-1e01-0410-8d68-8b121e83a9d5:11181- Files:
-
- 1 modified
-
freevo/src/audio/plugins/lastfm2.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
freevo/src/audio/plugins/lastfm2.py
r1892 r1899 445 445 Shutdown the lasf.fm webservices 446 446 """ 447 # XXX this does not always work if there are multiple instance of the 448 # thread running, need to get the item to shutdown the thread 447 449 if self.downloader is not None: 448 450 self.downloader.stop() … … 688 690 if len(reply) == 0: 689 691 self.running = False 690 print '%s downloaded' % self.filename 692 if config.DEBUG: 693 print '%s downloaded' % self.filename 691 694 # debugs fail during shutdown 692 695 #_debug_('%s downloaded' % self.filename)
