mirror of https://github.com/jumpserver/jumpserver
perf: 参数修改
parent
d70770775a
commit
7c3a3d599b
|
@ -99,7 +99,7 @@ class AsyncApiMixin(InterceptMixin):
|
||||||
def is_need_async(self):
|
def is_need_async(self):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def async_callback(self, params):
|
def async_callback(self, *args, **kwargs):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def do_async(self, handler, *args, **kwargs):
|
def do_async(self, handler, *args, **kwargs):
|
||||||
|
|
Loading…
Reference in New Issue