From: Christian Heller Date: Fri, 3 Jul 2020 19:29:43 +0000 (+0200) Subject: Remove summary string from HTML table. X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=commitdiff_plain;h=049ba1c6850f9344523f8efd46c837a6c15263ee;hp=345f7bddfb30c582461ca5f9f4f94ae6922007cc Remove summary string from HTML table. --- diff --git a/enhance_table.py b/enhance_table.py index 8ac4fac..0b30d21 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -163,7 +163,7 @@ if output_type == 'html': week_inc = '%.1f' % district_data['week_incidence'] print('') print(new_infections) - print('
(more)') + print('
') print('' % (long_wsum, week_sum)) print('' % (long_wavg, week_avg)) print('' % (long_winc, week_inc))
%s%s
%s%s
%s%s