X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=blobdiff_plain;f=enhance_table.py;h=1ba459e7e1e73240d45a409ff34539c6138e40d2;hp=7410589f98c8b33f0d571121767217819b3fc973;hb=7ed678a05e8338f8a5829e9d7e1bddf7a62684fa;hpb=c56f4c68792bd6539c83b04876e81d29ae0d2c95 diff --git a/enhance_table.py b/enhance_table.py index 7410589..1ba459e 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -139,9 +139,9 @@ table, tr, th, td { border: 1px solid black; } .day_row:nth-child(7n+2) { background-color: yellow; } .district_name { writing-mode: vertical-rl; transform: rotate(180deg); } -Table of Berlin's Corona infection number development by districts +Berlin's Corona infection numbers, development by districts -

Table of Berlin's Corona infection number development by districts

+

Berlin's Corona infection numbers, development by districts

Updated daily at 9pm. Source code. Text view optimized for terminal curl.

@@ -163,7 +163,7 @@ table, tr, th, td { border: 1px solid black; } long_winc = translate['winc'] for district in sorted_districts: district_data = db[district][date] - week_sum = week_avg = week_inc = '' + week_sum = week_avg = week_inc = '(not enough data)' new_infections = district_data['new_infections'] if 'week_sum' in district_data: week_sum = '%s' % district_data['week_sum']