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