-initial changes for CC-1944

This commit is contained in:
martin 2011-03-03 20:13:55 -05:00
parent 9759efc6cf
commit 2346be671e
6 changed files with 82 additions and 43 deletions

View file

@ -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")