From 0a79307cc5a0ece09a72faf2a530c768fe72311a Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 19 May 2020 17:05:43 -0400 Subject: [PATCH] Fix scope of keymap --- confluent_server/confluent/selfservice.py | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_server/confluent/selfservice.py b/confluent_server/confluent/selfservice.py index 4de80502..7439176b 100644 --- a/confluent_server/confluent/selfservice.py +++ b/confluent_server/confluent/selfservice.py @@ -21,6 +21,7 @@ def yamldump(input): def handle_request(env, start_response): global currtz + global keymap global currlocale global currtzvintage nodename = env.get('HTTP_CONFLUENT_NODENAME', None)