-initial changes for CC-1944
This commit is contained in:
parent
9759efc6cf
commit
2346be671e
6 changed files with 82 additions and 43 deletions
|
@ -130,7 +130,7 @@ class PypoPush:
|
|||
logger.debug('sleeping for %s s' % (sleep_time))
|
||||
time.sleep(sleep_time)
|
||||
|
||||
tn = telnetlib.Telnet(LS_HOST, 1234)
|
||||
tn = telnetlib.Telnet(LS_HOST, LS_PORT)
|
||||
|
||||
#skip the currently playing song if any.
|
||||
logger.debug("source.skip\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue