From: Steven Black Date: Tue, 1 Oct 2024 21:02:28 +0000 (-0400) Subject: Now that we have more graphs, place them in each individual readme. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=50ae445f4c0b417f92c3e641d3508682157e6fc2;p=stevenblack-hosts.git Now that we have more graphs, place them in each individual readme. --- diff --git a/updateReadme.py b/updateReadme.py index 4ab581ac3..68eb219d2 100755 --- a/updateReadme.py +++ b/updateReadme.py @@ -105,14 +105,7 @@ def main(): ) line = line.replace("@TOCROWS@", toc_rows) line = line.replace("@SOURCEROWS@", source_rows) - # insert the size graph on the home readme only, for now. - if key == "base": - line = line.replace( - "@SIZEHISTORY@", size_history_graph - ) - else: - line = line.replace("@SIZEHISTORY@", "") - + line = line.replace("@SIZEHISTORY@", size_history_graph) out.write(line)