This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix frappe.destroy in app.py
version-14
Pratik Vyas
11 years ago
parent
77cf148a08
commit
cc64d7a224
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
frappe/app.py
+ 1
- 2
frappe/app.py
View File
@@ -76,8 +76,7 @@ def application(request):
frappe.local._response = handle_session_stopped()
finally:
if frappe.db:
frappe.db.close()
frappe.destroy()
return frappe.local._response
Write
Preview
Loading…
Cancel
Save