Update server.py

This commit is contained in:
Namhyeon Go 2024-03-05 12:29:27 +09:00 committed by GitHub
parent c089a8e099
commit 670cd3c7e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -512,10 +512,10 @@ class Extension():
self.method = "" self.method = ""
def test(self, filtered, data, webserver, port, scheme, method, url): def test(self, filtered, data, webserver, port, scheme, method, url):
print ("[*] Not implemented") raise NotImplementedError
def dispatch(self, type, id, params, conn = None): def dispatch(self, type, id, params, conn = None):
print ("[*] Not implemented") raise NotImplementedError
if __name__== "__main__": if __name__== "__main__":
# initalization # initalization