mirror of
https://github.com/pdxlocations/contact.git
synced 2026-05-05 13:02:13 +02:00
fix region set at boot
This commit is contained in:
2
main.py
2
main.py
@@ -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