ajenti / ajenti

Bad first argument given in super() call PYL-E1003
Bug risk
Critical
6 months ago2 years old
Bad first argument 'WebSocketHandler' given to super()
25            super(RequestHandler, self).run_application()
26        else:
27            # Pass it to WSGIHandler from gevent.pywsgi
28            super(WebSocketHandler, self).run_application()29
30    def get_environ(self):
31        """