Commit e886b557 authored by 黄成维's avatar 黄成维

fix signal send

parent 8c552ccc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment