This commit is contained in:
2022-02-02 02:45:47 +03:00
parent a28e2e04d3
commit 134b5afc54

View File

@@ -72,7 +72,7 @@ class JSONRPC:
fields = None
)
self.methods[name] = method
return func
return function
return wrap
def description(self, name: str):