Corrected base.

This commit is contained in:
2024-02-20 00:14:14 -05:00
parent 75fe208de0
commit ab1d6805ad

View File

@@ -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")