From 3aff92554c17ea7d3e0893974d3dbabe0040aac2 Mon Sep 17 00:00:00 2001 From: dbfreem Date: Mon, 13 Nov 2023 22:08:18 -0500 Subject: [PATCH] forgot to remove the e --- theHarvester/lib/api/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theHarvester/lib/api/api.py b/theHarvester/lib/api/api.py index 15ea9607..aea3d71a 100644 --- a/theHarvester/lib/api/api.py +++ b/theHarvester/lib/api/api.py @@ -196,7 +196,7 @@ async def query( "hosts": ahosts, } ) - except Exception as e: + except Exception: return UJSONResponse( {"exception": "Please contact the server administrator to check the issue"} )