From 7d4d4f2a68b4ce0d9fdd47c5a40d2d154f7056fe Mon Sep 17 00:00:00 2001 From: fordprefect Date: Mon, 19 Apr 2021 11:39:46 +0200 Subject: [PATCH] adjust manual limits --- all_countries.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/all_countries.py b/all_countries.py index d2e2c67..6a521c9 100644 --- a/all_countries.py +++ b/all_countries.py @@ -13,13 +13,13 @@ basename="all_" # manual y adjustments for new cases corr = {"Chile": 10000, "China": 4000, - "Ecuador": 2500, + "Ecuador": 3000, "Kazakhstan": 5000, "Kyrgyzstan": 2200, - "Peru": 10000, + "Peru": 15000, "Bolivia": 3000, "Yemen": 220, - "Turkey": 40000, + "Turkey": 100000, "Spain": 40000, }