Remove unecessary trailing whitespace

This commit is contained in:
Martin Konecny 2012-08-01 14:52:21 -04:00
parent 63b89043b6
commit 5f8a5a618d

View file

@ -380,6 +380,7 @@ class PypoPush(Thread):
#TODO: DO we need this? #TODO: DO we need this?
msg = 'streams.scheduled_play_start\n' msg = 'streams.scheduled_play_start\n'
tn.write(msg) tn.write(msg)
msg = 'dynamic_source.start %s\n' % media_item['uri'].encode('latin-1') msg = 'dynamic_source.start %s\n' % media_item['uri'].encode('latin-1')
self.logger.debug(msg) self.logger.debug(msg)
tn.write(msg) tn.write(msg)