From 35f6cbc885d8ab8b389530288dc66e8c26f54af5 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 24 Jul 2020 16:39:38 +0200 Subject: [PATCH] Remove unchecked 'total' fixes. --- scrape.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scrape.py b/scrape.py index 41a0db9..7431f07 100755 --- a/scrape.py +++ b/scrape.py @@ -104,12 +104,10 @@ fixes = { # compromise to keep as many surrounding numbers stable as possible. datetime.datetime(2020, 3, 26): { 'SZ': { - 'growth': 12, - 'total': 132 + 'growth': 12 }, 'sum': { - 'growth': 286, - 'total': 1931 + 'growth': 286 } }, # Here the official total is 220, while the summation of district -- 2.30.2