Many fixes to the pypo installer scripts.
This commit is contained in:
parent
71735b683d
commit
5e04c806bd
6 changed files with 55 additions and 34 deletions
|
@ -301,7 +301,7 @@ class CampcasterApiClient(ApiClientInterface):
|
|||
url = self.config["base_url"] + self.config["api_base"] + self.config["update_start_playing_url"]
|
||||
url = url.replace("%%media_id%%", str(media_id))
|
||||
url = url.replace("%%schedule_id%%", str(schedule_id))
|
||||
url += "&api_key=" + self.config["api_key"]
|
||||
url = url.replace("%%api_key%%", self.config["api_key"])
|
||||
logger.debug(url)
|
||||
response = urllib.urlopen(url)
|
||||
response = json.read(response.read())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue