From 23b1bbe79f688e2e6f036de4fe4e2780bbc82f4d Mon Sep 17 00:00:00 2001 From: WatermelonRei <26793403+WatermelonRei@users.noreply.github.com> Date: Fri, 7 Apr 2023 10:11:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dgf=5Futils=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E5=8F=98=E5=8C=96=E4=BA=A7=E7=94=9F=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- load_user_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/load_user_info.py b/load_user_info.py index 5a84d67..4b98b38 100644 --- a/load_user_info.py +++ b/load_user_info.py @@ -59,10 +59,10 @@ def load_perfect_info(game_data:dict): if __name__=='__main__': - from gf_utils.stc_data import get_stc_data + from gf_utils import GameData import re import json - game_data = get_stc_data('data/ch') + game_data = GameData('data/ch') with open(r'info/user_info.json','rb') as f: data = f.read().decode('ascii','ignore')