From bdc52bdeda5f03066adb764c810a37dff408f2ff Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
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; }
 <title>Berlin's Corona infection numbers, development by districts</title>
 </head>
 <h1>Berlin's Corona infection numbers, development by districts</h1>
-<p>Updated daily at 9pm. <a href="https://plomlompom.com/repos/?p=berlin-corona-table">Source code</a>. <a href="berlin_corona.txt">Text view optimized for terminal curl</a>.</p>
+<p>Updated daily at 9pm based on data from the "Senatsverwaltung für Gesundheit, Pflege und Gleichstellung". <a href="https://plomlompom.com/repos/?p=berlin-corona-table">Source code</a>. <a href="berlin_corona.txt">Text view optimized for terminal curl</a>.</p>
 <table>
 <tr>
 <th>date</th>""")
@@ -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