fixed error in previous commit

This commit is contained in:
mdipierro
2016-03-14 14:57:21 -05:00
parent 9706d125b4
commit 9533978b37
+1 -1
View File
@@ -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,