Print hashview menu header even when API key missing

This commit is contained in:
Justin Bollinger
2026-01-31 23:46:28 -05:00
parent d2da6663e0
commit 1dcc44691d
+1
View File
@@ -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)