From: Christian Heller Date: Sat, 29 Aug 2020 17:11:39 +0000 (+0200) Subject: Fix district sum error in scrape corrections. X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=commitdiff_plain;h=7dc465ba65890a95b34505f7c8bd0421f0efc43b Fix district sum error in scrape corrections. --- diff --git a/scrape.py b/scrape.py index d05fe90..f1cee2d 100755 --- a/scrape.py +++ b/scrape.py @@ -227,7 +227,7 @@ fixes = { # numbers adds up to 228 – looks like someone misread an 8 as a 0. datetime.datetime(2020, 3, 25): { 'sum': { - 'growth': 220 + 'growth': 228 } }, }