RustImplementation #23
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user