Merge remote-tracking branch 'sf/devel' into mm_refactor_for_saas

This commit is contained in:
Rudi Grinberg 2012-11-07 12:19:35 -05:00
commit debc5b6081
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)