fix region set at boot

This commit is contained in:
pdxlocations
2025-02-25 21:30:44 -08:00
parent aa8a66ef22
commit fac5c690ae

View File

@@ -56,7 +56,7 @@ 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 = None
globals.interface = initialize_interface(args)
logging.info("Interface initialized")
globals.myNodeNum = get_nodeNum()