This commit is contained in:
		@@ -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