whoops
This commit is contained in:
parent
835ffab7be
commit
b83f44240d
|
@ -58,7 +58,7 @@ exports.save = async (ws, req) => {
|
|||
|
||||
if (await redis.get(id) != 'downloading') {
|
||||
await redis.set(id, 'downloading', 'EX', 300)
|
||||
const confirm = true//await captcha.checkCaptcha(msg)
|
||||
const confirm = await captcha.checkCaptcha(msg)
|
||||
|
||||
if (confirm) startDownloading()
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue