From 6a03f2504aad739f5549b6a8346d1bb4f153931d Mon Sep 17 00:00:00 2001 From: Devwarlt Date: Fri, 30 Apr 2021 23:35:01 -0300 Subject: [PATCH] Update main.py --- main.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.py b/main.py index a777716..9899505 100644 --- a/main.py +++ b/main.py @@ -62,6 +62,10 @@ LocalSettings.save() RancherMediator.core() + + __log.info("Press ANY key to quit.") + + input() except KeyboardInterrupt: __log.warning(f"{app_config['name']} is preparing to shutdown...") except ConnectionError: