From 2a243870f70a86be407f57065e8aba82a7fb5e48 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Mon, 4 Mar 2024 20:49:38 +0100 Subject: [PATCH] Update wizard script --- bin/pwnagotchi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pwnagotchi b/bin/pwnagotchi index 723c00cc..bb5ba2df 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -243,10 +243,10 @@ if __name__ == '__main__': f.close() if pwn_bluetooth.lower() in ('y', 'yes'): 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.") 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.") else: print("Your configuration is done, and I will restart in 5 seconds.")