mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-03-12 00:45:16 +00:00
Update server.py
This commit is contained in:
parent
259a1674e5
commit
53ead7e74b
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user