X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=blobdiff_plain;f=enhance_table.py;h=5287c03a3ea30796251eb1fda25455daa25b8632;hp=3e36e0e40d0dc51913ef55d0f5d4ef8fe1434c9f;hb=f0145a1f179e5fd3e61ab123fcc8ad967586fa90;hpb=b80b98afa99c2d7c406673f3318538828b6a4819 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.