Skip to content

Commit e46fc9d

Browse files
committed
Encode json files with UTF-8
1 parent f6e6ddc commit e46fc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/check_missing_items.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import sys
1010
import json
1111

12-
crate = json.load(open(sys.argv[1]))
12+
crate = json.load(open(sys.argv[1], encoding="utf-8"))
1313

1414

1515
def get_local_item(item_id):

0 commit comments

Comments
 (0)