Remove unecessary trailing whitespace
This commit is contained in:
parent
63b89043b6
commit
5f8a5a618d
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue