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