Update server.py

This commit is contained in:
Namhyeon Go 2024-03-02 01:04:07 +09:00 committed by GitHub
parent 73538cc6be
commit 8d0b9472a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -546,7 +546,7 @@ class Extension():
def test(self, filtered, data, webserver, port, scheme, method, url):
print ("[*] Not implemented")
def dispatch(type, id, method, rpcdata):
def dispatch(self, type, id, method, rpcdata):
print ("[*] Not implemented")
class RPCMethod():