fix(playout): prevent unbound variables
This commit is contained in:
parent
4a14b6b01f
commit
c7c3dba712
|
@ -121,6 +121,7 @@ class PypoFetch(Thread):
|
||||||
|
|
||||||
except RequestException as exception:
|
except RequestException as exception:
|
||||||
logger.exception("Unable to get stream settings: %s", exception)
|
logger.exception("Unable to get stream settings: %s", exception)
|
||||||
|
return
|
||||||
|
|
||||||
logger.debug("info: %s", info)
|
logger.debug("info: %s", info)
|
||||||
logger.debug("preferences: %s", preferences)
|
logger.debug("preferences: %s", preferences)
|
||||||
|
|
Loading…
Reference in New Issue