From: Christian Heller Date: Sat, 4 Jul 2020 00:09:26 +0000 (+0200) Subject: Fix txt version indentation. X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=commitdiff_plain;h=f0145a1f179e5fd3e61ab123fcc8ad967586fa90 Fix txt version indentation. --- 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.