mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
all the past year threads
This commit is contained in:
parent
aa727478eb
commit
5ea47258ef
6 changed files with 134 additions and 2 deletions
2
.github/single-page.py
vendored
2
.github/single-page.py
vendored
|
|
@ -7,7 +7,7 @@ def output():
|
|||
content = ""
|
||||
nsfw_content = ""
|
||||
for file in read:
|
||||
if file != "README.md" or file != "feedback.md":
|
||||
if file != "README.md" or file != "feedback.md" or file != "posts.md":
|
||||
with open(file, "r") as f:
|
||||
if "NSFWPiracy.md" == file:
|
||||
nsfw_content += f.read()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue