Skip to content

Commit

Permalink
IDK what happened there.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve0Greatness committed May 17, 2024
1 parent fbbfe57 commit 26f1013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def GetLists():
"content": "",
"filename": slug
}
with open("lists/" + slug) as ListYML:
with open("lists/" + slug, encoding="utf-8") as ListYML:
ListDict = LoadYML(ListYML.read())
List["title"] = ListDict["title"]
if "paragraph" in ListDict:
Expand Down
2 changes: 1 addition & 1 deletion lists/website-sources-mirrors.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Mirrors of Site
paragraph: A list of Source and site mirrors
list:
list:
- type: category
title: Source Code
id: source-code
Expand Down

0 comments on commit 26f1013

Please sign in to comment.