We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
saucenao/ascii2d最近有小概率会搜索失败,然后不加--purge或者--a2d又没法重新搜索
The text was updated successfully, but these errors were encountered:
我是按这个逻辑设计的,如果有任意一个搜索失败了就不缓存
cq-picsearcher-bot/main.js
Lines 542 to 545 in 6a32ab3
Sorry, something went wrong.
我是按这个逻辑设计的,如果有任意一个搜索失败了就不缓存 cq-picsearcher-bot/main.js Lines 542 to 545 in 6a32ab3 // 将需要缓存的信息写入数据库 if (psCache.enable && success) { psCache.set(img, db, needCacheMsgs); }
得,有一个判断分支漏了
705f90a
No branches or pull requests
saucenao/ascii2d最近有小概率会搜索失败,然后不加--purge或者--a2d又没法重新搜索
The text was updated successfully, but these errors were encountered: