CC-1799 : Live Studio Playout from media library (pytagsfs)

-things are starting to work nicely...
This commit is contained in:
martin 2011-07-05 18:43:22 -04:00
parent 3424dcc12d
commit 66b1924968
2 changed files with 21 additions and 57 deletions

View file

@ -388,8 +388,6 @@ class AirTimeApiClient(ApiClientInterface):
elapsed = (time.time() - start)
logger.info("time taken to get response %s", elapsed)
logger.info("update media %s", response)
if(is_record):
url = "http://%s:%s/%s/%s" % (self.config["base_url"], str(self.config["base_port"]), self.config["api_base"], self.config["upload_recorded"])
url = url.replace("%%fileid%%", str(response[u'id']))