mirror of
https://github.com/pdxlocations/contact.git
synced 2026-06-14 10:44:51 +02:00
fix region set at boot
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user