This commit is contained in:
Wuyi无疑 2021-12-04 23:59:24 +08:00
parent 1e89b72e0d
commit 644c825e2f
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ $ pip3 install -r requirements.txt
修复:`查询词云`功能失效的问题。
修复:`查询`功能只能查到8个角色的问题经测试应该BanIP概率极低需要在配置文件中加入`genshinuid_use_new_get_chars_method=1`才可生效)。
修复:`查询`功能只能查到8个角色的问题经测试应该BanIP概率极低默认生效)。
修复:`校验全部Cookies`命令错误的问题(**由于API返回字段变化的缘故旧版本使用该命令会清空所有Ck旧版本请不要使用该命令**),该问题同时导致`添加`命令不可用,均已修复。

View File

@ -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