From: Christian Heller Date: Fri, 3 Jul 2020 21:06:39 +0000 (+0200) Subject: Add data source comment. X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=commitdiff_plain;h=bdc52bdeda5f03066adb764c810a37dff408f2ff Add data source comment. --- diff --git a/enhance_table.py b/enhance_table.py index 46e0b41..fd40167 100755 --- a/enhance_table.py +++ b/enhance_table.py @@ -144,7 +144,7 @@ table, tr, th, td { border: 1px solid black; text-align: center; } Berlin's Corona infection numbers, development by districts

Berlin's Corona infection numbers, development by districts

-

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

+

Updated daily at 9pm based on data from the "Senatsverwaltung für Gesundheit, Pflege und Gleichstellung". Source code. Text view optimized for terminal curl.

""") @@ -195,7 +195,7 @@ elif output_type == 'txt': # Explain what this is. intro = \ """Table of Berlin's Corona infection number development by districts. -Updated daily at 9pm. +Updated daily at 9pm based on data from the "Senatsverwaltung für Gesundheit, Pflege und Gleichstellung". Abbrevations/explanations: """
date