From fb60773ae65e1302f6a51ff40ba152798963cbc8 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Wed, 12 Feb 2025 15:18:58 -0800 Subject: [PATCH] don't close interface after region set --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index 2264e5d..3329bfe 100644 --- a/main.py +++ b/main.py @@ -66,8 +66,6 @@ def main(stdscr): confirmation = get_list_input("Your region is UNSET. Set it now?", "Yes", ["Yes", "No"]) if confirmation == "Yes": set_region() - globals.interface.close() - globals.interface = initialize_interface(args) main_ui(stdscr) except Exception as e: