Update SMS_bomber.py

This commit is contained in:
Sobhit jadoun
2020-10-01 15:20:29 +05:30
committed by GitHub
parent 2bf5cc6366
commit ad83c73316

View File

@@ -59,6 +59,6 @@ try:
for number in numbers:
send(number, int(input(f"Enter Number of Messages for {number} : ")), randint(3))
except Exception as e:
print("Something is wrong please Re-run this script.")
print("Something is wrong please Run again this script.")