From bdc52bdeda5f03066adb764c810a37dff408f2ff Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 3 Jul 2020 23:06:39 +0200 Subject: [PATCH] Add data source comment. --- enhance_table.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: """ -- 2.30.2
date