fix(playout): prevent unbound variables

This commit is contained in:
jo 2023-03-01 16:47:23 +01:00 committed by Kyle Robbertze
parent 4a14b6b01f
commit c7c3dba712
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ class PypoFetch(Thread):
except RequestException as exception:
logger.exception("Unable to get stream settings: %s", exception)
return
logger.debug("info: %s", info)
logger.debug("preferences: %s", preferences)