Skip to content

Commit

Permalink
Merge pull request #9 from WatermelonRei/main
Browse files Browse the repository at this point in the history
修复gf_utils模块变化产生的错误
  • Loading branch information
ZeroRin authored Apr 7, 2023
2 parents d227a58 + 23b1bbe commit 583b8bd
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 583b8bd

Please sign in to comment.