Update server.py

This commit is contained in:
Namhyeon Go 2024-03-06 15:28:01 +09:00 committed by GitHub
parent 259a1674e5
commit 53ead7e74b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -531,7 +531,7 @@ class Extension():
def test(self, filtered, data, webserver, port, scheme, method, url):
raise NotImplementedError
def dispatch(self, type, id, params, conn = None, method = None):
def dispatch(self, type, id, params, method = None, conn = None):
raise NotImplementedError
def connect(self, conn, data, webserver, port, scheme, method, url):