From 3fdf44389461073761e9fc6f8cb292f5b5a8e890 Mon Sep 17 00:00:00 2001 From: ggman12 Date: Wed, 18 Feb 2026 23:10:45 -0500 Subject: [PATCH] add russia_ukraine --- scripts/scrape_theairtraffic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scrape_theairtraffic.py b/scripts/scrape_theairtraffic.py index 6b785cf..77159de 100644 --- a/scripts/scrape_theairtraffic.py +++ b/scripts/scrape_theairtraffic.py @@ -53,7 +53,7 @@ CATEGORY_COLUMNS = [ (28, 29, {"owner_category_0": "celebrity", "owner_category_1": "motorsport"}), (31, 32, {"owner_category_0": "test_aircraft"}), # Russia & Ukraine: col 34=name, col 35 or 36 may have reg - (34, 35, {"owner_category_0": "celebrity"}), + (34, 35, {"owner_category_0": "russia_ukraine"}), (38, 39, {"owner_category_0": "celebrity", "category": "helicopter_or_blimp"}), (41, 42, {"owner_category_0": "other"}), (44, 45, {"owner_category_0": "government", "owner_category_1": "royal_family"}),