-airtime couldn't connect to liquidsoap

This commit is contained in:
denise 2012-11-07 12:18:10 -05:00
parent ccd6447696
commit 073d243007
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ class AirtimeApiClient(object):
logger = self.logger
try:
encoded_msg = urllib.quote(msg, '')
self.update_liquidsoap_status.req(msg=encoded_msg, stream_id=stream_id,
self.services.update_liquidsoap_status.req(msg=encoded_msg, stream_id=stream_id,
boot_time=time).retry(5)
except Exception, e:
logger.error("Exception: %s", e)