From 5e876e96b7d1acff1858e6b3e1fb2289945f342a Mon Sep 17 00:00:00 2001 From: Fedi6431 <102946457+Fedi6431@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:21:45 +0200 Subject: [PATCH] Update The-X-Inspector.py --- The-X-Inspector.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/The-X-Inspector.py b/The-X-Inspector.py index 14b1bab..c21060c 100644 --- a/The-X-Inspector.py +++ b/The-X-Inspector.py @@ -1,3 +1,4 @@ +from requests.exceptions import ProxyError, ConnectTimeout from concurrent.futures import ThreadPoolExecutor from random import randint import multiprocessing @@ -49,7 +50,6 @@ def Pingofdeath(): while(1): os.system(pingCommand) -from requests.exceptions import ProxyError, ConnectTimeout def check_proxy(proxy): proxies = { @@ -109,8 +109,11 @@ def main1(): def X(): while True: - cls = os.system("cls") - cls + if os.name == 'nt': + os.system('cls') + else: + os.system('clear') + banner = f''' \033[31m ___________ __ ____ ___ __ \033[31m \__ ___/| |__ ____ \ \/ / ____________ ____ _____/ |_ ___________