Update makeReadme.py

This commit is contained in:
Luke Weiler
2020-11-19 13:35:40 -05:00
committed by GitHub
parent 4bdbf46493
commit 1466a1a37f

View File

@@ -41,7 +41,7 @@ for item in wList:
with open('README.md', "r") as g: with open('README.md', "r") as g:
lines = g.readlines() lines = g.readlines()
line = lines.index('[//]: # list start\n') line = lines.index('|------|-------|-----------------|------------------|---------------|\n')
lines = lines[:line + 1] lines = lines[:line + 1]
for row in allRows: for row in allRows: