RustImplementation #23

Merged
mysticmomba merged 118 commits from RustImplementation into master 2025-11-04 18:13:24 -05:00
Showing only changes of commit 6b68ea19dd - Show all commits
+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()