CC-3484: Pypo: On bootup, it should grab station name and stream label
for liquidsoap - fixed
This commit is contained in:
parent
44e8e96cc8
commit
ef801c7a10
2 changed files with 11 additions and 6 deletions
|
@ -660,6 +660,7 @@ class AirTimeApiClient(ApiClientInterface):
|
|||
response = json.loads(response)
|
||||
logger.info("Bootstrap info retrieved %s", response)
|
||||
except Exception, e:
|
||||
response = None
|
||||
import traceback
|
||||
top = traceback.format_exc()
|
||||
logger.error('Exception: %s', e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue