We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e6ddc commit e46fc9dCopy full SHA for e46fc9d
src/etc/check_missing_items.py
@@ -9,7 +9,7 @@
9
import sys
10
import json
11
12
-crate = json.load(open(sys.argv[1]))
+crate = json.load(open(sys.argv[1], encoding="utf-8"))
13
14
15
def get_local_item(item_id):
0 commit comments