From 6f7c197b12b0ceb889b0d637e9a8ea9d5ee7e5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 8 Oct 2019 14:25:58 +0200 Subject: [PATCH] Update terminal port envvar name --- solvable/src/event_handler_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solvable/src/event_handler_main.py b/solvable/src/event_handler_main.py index bca9455..9f4db76 100644 --- a/solvable/src/event_handler_main.py +++ b/solvable/src/event_handler_main.py @@ -43,7 +43,7 @@ def main(): deploy_eh = eh_factory.build(DeployHandler()) # Web shell backend terminal_eh = eh_factory.build(TerminalHandler( - port=TFWENV.TERMINADO_PORT, + port=TFWENV.TERMINAL_PORT, user=TAOENV.USER, working_directory=TFWENV.TERMINADO_WD, histfile=TFWENV.HISTFILE