mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Now that we have more graphs, place them in each individual readme.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user