From bd9d7e110031c2f31739b8fe52c35e3e4ba61eea Mon Sep 17 00:00:00 2001 From: new92 Date: Sun, 10 Mar 2024 10:08:04 +0200 Subject: [PATCH] removed unecessary variables --- IAM.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/IAM.py b/IAM.py index d1919b5..dbb5ea4 100644 --- a/IAM.py +++ b/IAM.py @@ -139,8 +139,6 @@ def banner() -> str: ╚═╝╚═╝░░╚═╝╚═╝░░░░░╚═╝ """ -webdriver = None - def clear(): system('cls' if platform.system() == 'Windows' else 'clear')