diff --git a/main.py b/main.py index a509c28..fbb55df 100644 --- a/main.py +++ b/main.py @@ -27,7 +27,6 @@ def main(): print("\033[91m\nSession ended by user.\033[0m") except Exception as e: print(f"\033[91m\nAn unexpected error occurred: {e}\033[0m") - input("\033[94mPress Enter to exit...\033[0m") finally: input("\033[94mPress Enter to exit...\033[0m")