From 9533978b37b5523dbd147c5f71ab0c1902e1fc14 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 14 Mar 2016 14:57:21 -0500 Subject: [PATCH] fixed error in previous commit --- gluon/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/main.py b/gluon/main.py index 3c6a77e5..b2d20b96 100644 --- a/gluon/main.py +++ b/gluon/main.py @@ -361,7 +361,7 @@ def wsgibase(environ, responder): local_hosts = global_settings.local_hosts client = get_client(env) x_req_with = str(env.http_x_requested_with).lower() - cmd_opts = request.global_settings.cmd_options + cmd_opts = global_settings.cmd_options request.update( client = client,