Update SMS_bomber.py

This commit is contained in:
ANSILJOSE123 2021-09-03 21:50:46 +05:30 committed by GitHub
parent b7bbe281dd
commit 5432fbae6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -8,10 +8,7 @@ import time
try:
raw_input
except NameError:
raw_input = input
def banner():
except NameErroR
if platform.system().lower()=="windows":
os.system("cls")
else:
@ -57,6 +54,7 @@ try:
throttle = raw_input("Enter time of sleep: ")
send(number,int(count), int(throttle))
except Exception as e:
print("Something is wrong please Re-run this script.")
print("Something is wrong please Re-run this script.")
BY ANSIL