mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Fixed extra table heading error
This commit is contained in:
@@ -72,7 +72,7 @@ for subject in subjects:
|
||||
with open('README.md', "r") as g:
|
||||
lines = g.readlines()
|
||||
|
||||
line = lines.index('|------|-------|-----------------|------------------|---------------|\n')
|
||||
line = lines.index('## List of Generators\n')
|
||||
lines = lines[:line + 1]
|
||||
|
||||
for write_line in write_list:
|
||||
|
||||
Reference in New Issue
Block a user