mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-02 02:54:55 -07:00
Print hashview menu header even when API key missing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user