all the past year threads

This commit is contained in:
taskylizard
2023-12-31 09:53:57 +00:00
parent aa727478eb
commit 5ea47258ef
6 changed files with 134 additions and 2 deletions

View File

@@ -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()