Update wizard script

This commit is contained in:
jayofelony
2024-03-04 20:49:38 +01:00
parent 8f043ff5ef
commit 2a243870f7

View File

@ -243,10 +243,10 @@ if __name__ == '__main__':
f.close() f.close()
if pwn_bluetooth.lower() in ('y', 'yes'): if pwn_bluetooth.lower() in ('y', 'yes'):
if pwn_bluetooth_device.lower == "android": if pwn_bluetooth_device.lower == "android":
print("To visit the webui on your phone go to: http://192.168.44.44:8080\n" print("To visit the webui when connected with your phone, visit: http://192.168.44.44:8080\n"
"Your configuration is done, and I will restart in 5 seconds.") "Your configuration is done, and I will restart in 5 seconds.")
elif pwn_bluetooth_device.lower == "ios": elif pwn_bluetooth_device.lower == "ios":
print("To visit the webui on your phone go to: http://172.20.10.6:8080\n" print("To visit the webui when connected with your phone, visit: http://172.20.10.6:8080\n"
"Your configuration is done, and I will restart in 5 seconds.") "Your configuration is done, and I will restart in 5 seconds.")
else: else:
print("Your configuration is done, and I will restart in 5 seconds.") print("Your configuration is done, and I will restart in 5 seconds.")