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()