diff --git a/README.md b/README.md index d807ce38..9f244d7c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ $ pip3 install -r requirements.txt 修复:`查询词云`功能失效的问题。 -修复:`查询`功能只能查到8个角色的问题(经测试应该BanIP概率极低,需要在配置文件中加入`genshinuid_use_new_get_chars_method=1`才可生效)。 +修复:`查询`功能只能查到8个角色的问题(经测试应该BanIP概率极低,默认生效)。 修复:`校验全部Cookies`命令错误的问题(**由于API返回字段变化的缘故,旧版本使用该命令会清空所有Ck,旧版本请不要使用该命令**),该问题同时导致`添加`命令不可用,均已修复。 diff --git a/getImg.py b/getImg.py index ef242a46..007fbfea 100644 --- a/getImg.py +++ b/getImg.py @@ -10,7 +10,7 @@ import numpy as np from PIL import Image, ImageDraw, ImageFont, ImageFilter -from .getDB import GetInfo,GetCharacter,GetSpiralAbyssInfo,GetMysInfo,errorDB +from .getDB import GetInfo,GetCharacter,GetSpiralAbyssInfo,GetMysInfo,errorDB,cacheDB import os import json