diff --git a/nitric/faas.py b/nitric/faas.py index bdd7da9..1bd8ac3 100644 --- a/nitric/faas.py +++ b/nitric/faas.py @@ -768,7 +768,7 @@ def _bucket_notification_handler(self): @property def _websocket_handler(self): - return self._websocket_handler + return self.__websocket_handler async def _run(self): """Register a new FaaS worker with the Membrane, using the provided function as the handler."""