Skip to content

Commit

Permalink
Enabled acutal rebooting when Configuration Mode WPA settings changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jasbur committed Jan 24, 2019
1 parent 095b428 commit 8b0150b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/configuration_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def save_wpa_credentials():

def sleep_and_reboot_for_wpa():
time.sleep(2)
print("REBOOT")
os.system('reboot')

t = Thread(target=sleep_and_reboot_for_wpa)
t.start()
Expand Down

0 comments on commit 8b0150b

Please sign in to comment.