We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c29993 commit 9706d12Copy full SHA for 9706d12
gluon/globals.py
@@ -186,7 +186,6 @@ def __init__(self, env):
186
Storage.__init__(self)
187
self.env = Storage(env)
188
self.env.web2py_path = global_settings.applications_parent
189
- self.env.update(global_settings)
190
self.cookies = Cookie.SimpleCookie()
191
self._get_vars = None
192
self._post_vars = None
@@ -202,7 +201,6 @@ def __init__(self, env):
202
201
self.is_restful = False
203
self.is_https = False
204
self.is_local = False
205
- self.global_settings = settings.global_settings
206
self._uuid = None
207
208
def parse_get_vars(self):
0 commit comments