From bbb61d71a60400dd7831827092163fb491e6494c Mon Sep 17 00:00:00 2001 From: gac-x05la Date: Wed, 28 May 2025 14:18:14 +0200 Subject: [PATCH] chore: add tomcat as default session --- tomcat_bec/bec_ipython_client/startup/post_startup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tomcat_bec/bec_ipython_client/startup/post_startup.py b/tomcat_bec/bec_ipython_client/startup/post_startup.py index 07d6da4..eb3db5f 100644 --- a/tomcat_bec/bec_ipython_client/startup/post_startup.py +++ b/tomcat_bec/bec_ipython_client/startup/post_startup.py @@ -34,3 +34,6 @@ to setup the prompts. """ # pylint: disable=invalid-name, unused-import, import-error, undefined-variable, unused-variable, unused-argument, no-name-in-module + +bec._ip.prompts.session_name = "TOMCAT" +bec._ip.prompts.status = 1 \ No newline at end of file