mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
Update update_game_info.py
This commit is contained in:
parent
ee0eaa9073
commit
673382c1b6
@ -153,7 +153,7 @@ async def _last_check(data: dict, game_name: str, session: aiohttp.ClientSession
|
||||
r = re.search(r'.*?40px-(.*)图标.png', str(data[keys][key]))
|
||||
if r:
|
||||
data[keys][key] = r.group(1)
|
||||
logger.info(f'赛马额外修改数据....{keys}[{key}]=> {r.group(1)}')
|
||||
logger.info(f'赛马娘额外修改数据....{keys}[{key}]=> {r.group(1)}')
|
||||
return data
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user