This commit is contained in:
parent
65db908fb6
commit
e0c4d68da5
@ -50,7 +50,8 @@ class Communicator:
|
|||||||
json = response.json()
|
json = response.json()
|
||||||
LOGGER.info(f"List of currently available consumers: {json}")
|
LOGGER.info(f"List of currently available consumers: {json}")
|
||||||
return json
|
return json
|
||||||
except Exception:
|
except Exception as e:
|
||||||
|
LOGGER.exception(e)
|
||||||
return []
|
return []
|
||||||
|
|
||||||
def isconsumeravailable(self) -> bool:
|
def isconsumeravailable(self) -> bool:
|
||||||
|
Reference in New Issue
Block a user