From b0ad626e8fb03a6441fdf1e72f4e0454e67b0d57 Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Wed, 17 May 2023 17:40:57 +0200 Subject: [PATCH] woops! --- scripts/fetch_crashes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch_crashes.py b/scripts/fetch_crashes.py index 495b0fe85b95..6054a5c5d309 100755 --- a/scripts/fetch_crashes.py +++ b/scripts/fetch_crashes.py @@ -95,7 +95,7 @@ for event in ["crash-panic", "crash-signal"]: params = { "properties": json.dumps(properties), - "event": "crash-panic", + "event": event, "orderBy": '["-timestamp"]', } if args.date_after_included: