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")