From 5432fbae6d068faac7746976f71b802567896391 Mon Sep 17 00:00:00 2001 From: ANSILJOSE123 <90058324+ANSILJOSE123@users.noreply.github.com> Date: Fri, 3 Sep 2021 21:50:46 +0530 Subject: [PATCH] Update SMS_bomber.py --- SMS_bomber.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/SMS_bomber.py b/SMS_bomber.py index c9e08dc..0273a0b 100644 --- a/SMS_bomber.py +++ b/SMS_bomber.py @@ -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