From f0145a1f179e5fd3e61ab123fcc8ad967586fa90 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 4 Jul 2020 02:09:26 +0200
Subject: [PATCH] Fix txt version indentation.

---
 enhance_table.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/enhance_table.py b/enhance_table.py
index 3e36e0e..5287c03 100755
--- a/enhance_table.py
+++ b/enhance_table.py
@@ -223,8 +223,8 @@ HTML view: https://plomlompom.com/berlin_corona.html
 
         # Week table header.
         if weekday_count == 0:
-            print(' '*11, '  '.join(sorted_districts[:-1]),
-                  sorted_districts[-1], 'wsum', ' wavg', 'winc')
+            print(' '*10, '  '.join(sorted_districts),
+                  'wsum', ' wavg', 'winc')
             week_start_date = date
 
         # Day data line.
-- 
2.30.2