From 6b68ea19dd21fc704be3982a82db774f6f12d611 Mon Sep 17 00:00:00 2001 From: Zarithas Date: Thu, 16 Oct 2025 16:56:15 -0400 Subject: [PATCH] Update services/security.py --- services/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/security.py b/services/security.py index d7f1bce..093b58d 100644 --- a/services/security.py +++ b/services/security.py @@ -84,7 +84,7 @@ def retrieve_api_key(service: str, username: str, password: str) -> str: logger.debug(f"API key for service '{service}' and user '{username}' stored successfully.") print("\n✅ API key stored securely.") - print("ℹ️ The program will now exit. Press Enter to continue...") + print("The program will now exit. Press Enter to continue...") try: _ = input()