diff --git a/src/etc/check_missing_items.py b/src/etc/check_missing_items.py index 7572b8c6f4a8c..7ed317c778fce 100644 --- a/src/etc/check_missing_items.py +++ b/src/etc/check_missing_items.py @@ -9,7 +9,7 @@ import sys import json -crate = json.load(open(sys.argv[1])) +crate = json.load(open(sys.argv[1], encoding="utf-8")) def get_local_item(item_id):