From e4a4a7a5d5f20d87512baa31b42c247b1ef0bae6 Mon Sep 17 00:00:00 2001 From: Aayush Boliya <71743579+AayushBoliya@users.noreply.github.com> Date: Sat, 1 Oct 2022 03:14:01 +0530 Subject: [PATCH] Update adder.py this banner() is throwing errors, I don't know what purpose it fulfills. --- adder.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adder.py b/adder.py index c089001..9d006c2 100644 --- a/adder.py +++ b/adder.py @@ -40,7 +40,6 @@ client = TelegramClient(phone, api_id, api_hash) except KeyError: os.system('clear') - banner() print(re+"[!] run python setup.py first !!\n") sys.exit(1) @@ -48,7 +47,6 @@ if not client.is_user_authorized(): client.send_code_request(phone) os.system('clear') - banner() client.sign_in(phone, input(gr+'[+] Enter the code: '+re)) users = []