X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=enhance_table.py;h=14c0134ebb323a7218b6a69730cdbe1e23e9ba7a;hb=3e0c98e1d945f82a92df64e4493ccf054c674cae;hp=03382554e2dbfc538aca8107777ed15ee789546c;hpb=6fb8fb729535839b201527cc04662588df3ea425;p=berlin-corona-table diff --git a/enhance_table.py b/enhance_table.py index 0338255..14c0134 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -136,9 +136,7 @@ if output_type == 'html': 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. -

+

Table of Berlin's Corona infection number development by districts

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

@@ -170,14 +168,15 @@ table, tr, th, td { border: 1px solid black; } week_inc = '%.1f' % district_data['week_incidence'] print('
') print(new_infections) - if district == sum_district: - print('
') - else: - print('
') + if district != sum_district: + print('
') + print('
') print('' % (long_wsum, week_sum)) print('' % (long_wavg, week_avg)) print('' % (long_winc, week_inc)) - print('
%s%s
%s%s
%s%s
') + print('
') + if district != sum_district: + print('') print('') print('') print('') @@ -189,7 +188,7 @@ elif output_type == 'txt': # Explain what this is. intro = \ """Table of Berlin's Corona infection number development by districts. -Updated daily around 9pm. +Updated daily at 9pm. Abbrevations/explanations: """