X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=blobdiff_plain;f=enhance_table.py;h=03382554e2dbfc538aca8107777ed15ee789546c;hp=66614c36433a9e64422fe1768ee11ef217624fde;hb=6fb8fb729535839b201527cc04662588df3ea425;hpb=e8850998bd3f831bf1291b0d5ea02d53cc7f2802 diff --git a/enhance_table.py b/enhance_table.py index 66614c3..0338255 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -131,16 +131,18 @@ for i in range(len(sorted_dates)): # Optimized for web browser viewing. if output_type == 'html': - print('') - print('') - print('') - print('') - print('') + print(""" + +

Table of Berlin's Corona infection number development by districts. +

+

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

+
date
+ +""") sorted_dates.reverse() sum_district = sorted_districts[-1] for district in sorted_districts: @@ -195,6 +197,8 @@ Abbrevations/explanations: intro += "%s: %s\n" % (k, translate[k]) intro += """ Source code: https://plomlompom.com/repos/?p=berlin-corona-table + +HTML view: https://plomlompom.com/berlin_corona.html """ print(intro)
date