We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ce6950 + 6046d5d commit 2e929a9Copy full SHA for 2e929a9
config.json
@@ -1,6 +1,6 @@
1
{
2
"base_template": "lib/website/templates/base.html",
3
- "framework_version": "3.11.0",
+ "framework_version": "3.11.1",
4
"modules": {
5
"Calendar": {
6
"color": "#2980b9",
webnotes/app.py
@@ -64,11 +64,11 @@ def application(request):
64
except webnotes.SessionStopped, e:
65
webnotes.local._response = handle_session_stopped()
66
67
+ else:
68
+ return webnotes.local._response
69
+
70
finally:
- if webnotes.conn:
- webnotes.conn.close()
-
71
- return webnotes.local._response
+ webnotes.destroy()
72
73
application = local_manager.make_middleware(application)
74
0 commit comments