Major UI Improvment with blessing
This commit is contained in:
@@ -27,10 +27,10 @@ import os
|
||||
import dotenv
|
||||
import urllib3
|
||||
|
||||
import utils.menus as menus
|
||||
from services.API import AirlockAPIWrapper
|
||||
from services.security import getAPI
|
||||
from utils.setup import get_base_directory, setup
|
||||
from utils.tui import run_menu
|
||||
from utils.utils import irtang
|
||||
|
||||
urllib3.disable_warnings(
|
||||
@@ -40,7 +40,6 @@ urllib3.disable_warnings(
|
||||
def main():
|
||||
irtang()
|
||||
#Determine working directory, setup directory, configure logging, sent env, get API and URL if not already stored
|
||||
|
||||
setup()
|
||||
base_dir = get_base_directory()
|
||||
logger = logging.getLogger(__name__)
|
||||
@@ -72,7 +71,7 @@ def main():
|
||||
api_key=api_key,
|
||||
)
|
||||
|
||||
menus.menu_main(api)
|
||||
run_menu(api)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user