1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Remove query_group from query fields

This commit is contained in:
thatmattlove
2021-09-25 21:50:51 -07:00
parent 27b6ba09d8
commit c2240d92c6
5 changed files with 3 additions and 58 deletions

View File

@@ -71,7 +71,7 @@ async def send_webhook(
await hook.send(
query={
**query_data.export_dict(pretty=True),
**query_data.dict(),
"headers": headers,
"source": host,
"network": network_info.get(host, {}),