mirror of
https://github.com/fmhy/edit.git
synced 2026-02-17 16:51:12 +11:00
Update single-page.py
This commit is contained in:
parent
280b048856
commit
150a055f5e
1 changed files with 1 additions and 1 deletions
2
.github/single-page.py
vendored
2
.github/single-page.py
vendored
|
|
@ -7,7 +7,7 @@ def output():
|
||||||
read = glob.glob("*.md")
|
read = glob.glob("*.md")
|
||||||
content = ""
|
content = ""
|
||||||
for file in read:
|
for file in read:
|
||||||
if file != "single-page.md" and file != "README.md":
|
if file != "README.md":
|
||||||
with open(file, "r") as f:
|
with open(file, "r") as f:
|
||||||
content += f.read()
|
content += f.read()
|
||||||
return content
|
return content
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue