mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 05:12:54 +00:00 
			
		
		
		
	Make up for forgotten parentheses
This commit is contained in:
		@@ -86,7 +86,7 @@ class EventHandlerBase(ABC):
 | 
			
		||||
        :param message: the message received
 | 
			
		||||
        :returns: the message to send back
 | 
			
		||||
        """
 | 
			
		||||
        raise NotImplementedError
 | 
			
		||||
        raise NotImplementedError()
 | 
			
		||||
 | 
			
		||||
    def send_message(self, message):
 | 
			
		||||
        self.server_connector.send_message(message, self.scope)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user