From 9a812ae163756aaab2ea9463cf49c352ae17ebd8 Mon Sep 17 00:00:00 2001 From: Jast81 <174167800+Jast81@users.noreply.github.com> Date: Sat, 13 Jul 2024 20:08:46 -0400 Subject: [PATCH] Update PhoNumSpy.py --- PhoNumSpy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhoNumSpy.py b/PhoNumSpy.py index 1a184b2..ef39610 100644 --- a/PhoNumSpy.py +++ b/PhoNumSpy.py @@ -14,7 +14,7 @@ print(version) print("\n") time.sleep(1) -maininput = input("Input the target phone number using this format: +(prefix)(phonenumber) ES: +447455869664\n-->") +maininput = input("Input the target phone number using this format: +(prefix)(phonenumber) US: +17877189728\n-->") lookuptarget = maininput.strip("+") fileoutput = open(f"{maininput}_results.txt", "w") fileoutput.write("\n")