fix _response
This commit is contained in:
parent
cc64d7a224
commit
3081224bbc
1 changed files with 2 additions and 1 deletions
|
|
@ -76,9 +76,10 @@ def application(request):
|
|||
frappe.local._response = handle_session_stopped()
|
||||
|
||||
finally:
|
||||
_response = frappe.local._response
|
||||
frappe.destroy()
|
||||
|
||||
return frappe.local._response
|
||||
return _response
|
||||
|
||||
application = local_manager.make_middleware(application)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue