From 1dcc44691d27c33dc74c8b3b93cb3cb57f2bd72e Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Sat, 31 Jan 2026 23:46:28 -0500 Subject: [PATCH] Print hashview menu header even when API key missing --- hate_crack/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hate_crack/main.py b/hate_crack/main.py index f7753c4..5ba68dc 100755 --- a/hate_crack/main.py +++ b/hate_crack/main.py @@ -2063,6 +2063,7 @@ def main(): if args.hashview: if not hashview_api_key: + print("Available Customers:") print("\nError: Hashview API key not configured.") print("Please set 'hashview_api_key' in config.json") sys.exit(1)