-remove some commented out code
This commit is contained in:
parent
5a4b4ba421
commit
f0342e9329
2 changed files with 2 additions and 7 deletions
|
@ -595,7 +595,7 @@ class AirTimeApiClient(ApiClientInterface):
|
|||
|
||||
url = url.replace("%%api_key%%", self.config["api_key"])
|
||||
url = url.replace("%%stream_id%%", stream_id)
|
||||
url = url.replace("%%boot_time%%", time)
|
||||
url = url.replace("%%boot_time%%", time)
|
||||
logger.debug(url)
|
||||
req = urllib2.Request(url)
|
||||
response = urllib2.urlopen(req).read()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue