From 1768454160c7f40057f6f1dc6df6938905ae56ca Mon Sep 17 00:00:00 2001 From: gmguarino Date: Fri, 7 Jun 2024 10:44:59 +0200 Subject: [PATCH] fix: config arguments order --- pinkbombs/config.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pinkbombs/config.py b/pinkbombs/config.py index 18a86da..1cc0d7b 100644 --- a/pinkbombs/config.py +++ b/pinkbombs/config.py @@ -79,13 +79,13 @@ "Import", ], "Top 15 countries consuming salmon", - '#151c97', - "Consumption", - "#FF4530", - "Consumption per capita", "Country", "Apparent consumption in tonnes (2019)", "Apparent consumption per capita in kilos (2019)", + "#151c97", + "Consumption", + "#FF4530", + "Consumption per capita", True, ], }, @@ -278,13 +278,13 @@ "Import", ], "Top 15 des pays consommateurs de saumons", - '#151c97', - "Consommation", - "#FF4530", - "Consommation par habitant", "Pays", "Consommation apparente en tonnes (2019)", "Consommation apparente par habitant en kilos (2019)", + "#151c97", + "Consommation", + "#FF4530", + "Consommation par habitant", True, ], },