mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Update makeReadme.py
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user