mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-05-04 10:13:43 +00:00
fix signal send
This commit is contained in:
@@ -43,7 +43,7 @@ def django_request_support(func):
|
||||
def _deco(*args, **kwargs):
|
||||
request_started.send_robust(func)
|
||||
response = func(*args, **kwargs)
|
||||
request_finished.send_robust()
|
||||
request_finished.send_robust(func)
|
||||
return response
|
||||
return _deco
|
||||
|
||||
|
||||
Reference in New Issue
Block a user