mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 15:03:01 +08:00
forgot to remove the e
This commit is contained in:
parent
7f46b4722d
commit
3aff92554c
1 changed files with 1 additions and 1 deletions
|
@ -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"}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue