UI Cleanup
This commit is contained in:
@@ -41,6 +41,7 @@ from utils.utils import (
|
||||
locked,
|
||||
open_directory,
|
||||
printEnforceChecklist,
|
||||
clear_screen
|
||||
)
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
@@ -51,6 +52,7 @@ def menu_main(api: AirlockAPIWrapper):
|
||||
working_dir = load_env("WORKING_DIR")
|
||||
extras = load_env("EXTRAS")
|
||||
while True:
|
||||
clear_screen()
|
||||
displayIntro()
|
||||
# Add Settings, and give option to change working dir
|
||||
print(colorText("1. ✅ - Move Device(s) to local approval", "yellow"))
|
||||
|
||||
Reference in New Issue
Block a user