Update services/security.py

This commit is contained in:
2025-10-16 16:56:15 -04:00
parent efe14760b6
commit 6b68ea19dd
+1 -1
View File
@@ -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.") logger.debug(f"API key for service '{service}' and user '{username}' stored successfully.")
print("\n✅ API key stored securely.") 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: try:
_ = input() _ = input()