Skip to content

Commit

Permalink
修复gf_utils模块变化产生的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
WatermelonRei committed Apr 7, 2023
1 parent d227a58 commit 23b1bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions load_user_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 23b1bbe

Please sign in to comment.