Remove unecessary trailing whitespace

This commit is contained in:
Martin Konecny 2012-08-01 14:52:21 -04:00
parent 63b89043b6
commit 5f8a5a618d
1 changed files with 14 additions and 13 deletions

View File

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