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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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