Corrected base.
This commit is contained in:
1
main.py
1
main.py
@@ -27,7 +27,6 @@ def main():
|
|||||||
print("\033[91m\nSession ended by user.\033[0m")
|
print("\033[91m\nSession ended by user.\033[0m")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"\033[91m\nAn unexpected error occurred: {e}\033[0m")
|
print(f"\033[91m\nAn unexpected error occurred: {e}\033[0m")
|
||||||
input("\033[94mPress Enter to exit...\033[0m")
|
|
||||||
finally:
|
finally:
|
||||||
input("\033[94mPress Enter to exit...\033[0m")
|
input("\033[94mPress Enter to exit...\033[0m")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user