forgot to remove the e

This commit is contained in:
dbfreem 2023-11-13 22:08:18 -05:00 committed by J.Townsend
parent 7f46b4722d
commit 3aff92554c

View file

@ -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"}
)