Skip to content

Commit

Permalink
Update IAM.py
Browse files Browse the repository at this point in the history
  • Loading branch information
new92 authored Mar 9, 2024
1 parent 645b892 commit b8b5e89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion IAM.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ def banner() -> str:
╚═╝╚═╝░░╚═╝╚═╝░░░░░╚═╝
"""

webdriver = None

def clear():
system('cls' if platform.system() == 'Windows' else 'clear')

Expand Down Expand Up @@ -3338,4 +3340,4 @@ def main():
if __name__ == '__main__':
sleep(2)
clear()
main()
main()

0 comments on commit b8b5e89

Please sign in to comment.