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)