added color toe xti message

This commit is contained in:
2024-02-14 14:56:47 -05:00
parent 4084eab4ae
commit 66fdac8af6

View File

@@ -128,7 +128,7 @@ def main():
except Exception as e: except Exception as e:
print(f"\033[91m{e}\033[0m") print(f"\033[91m{e}\033[0m")
finally: finally:
input("Press Enter to exit...") input("\033[94mPress Enter to exit...\033[0m")
if __name__ == "__main__": if __name__ == "__main__":
main() main()