X-Git-Url: https://plomlompom.com/repos/?p=berlin-corona-table;a=blobdiff_plain;f=scrape.py;h=d05fe909707bae674362e84b9dfa6ffeeff87073;hp=4448de659f1e9e260d6c81fd96ed4f8e3ca4dcf4;hb=6bc3d0cd7fb6e4872e47951dc66aa72f4014b0aa;hpb=a4b4a867c3ed12b1b3c0256a505e3f000d969e8f diff --git a/scrape.py b/scrape.py index 4448de6..d05fe90 100755 --- a/scrape.py +++ b/scrape.py @@ -367,6 +367,7 @@ for date in dates_sorted: raise Exception('Questionable district infection growth sum in %s' % date) # Final output. +dates_sorted.reverse() print(' '*10, ' '.join(['%3s' % d for d in districts_sorted])) for date in dates_sorted: growths = []