From e315abb586338b20e4a0f4097e85bb6c8e640797 Mon Sep 17 00:00:00 2001 From: Renzhi Date: Thu, 26 Dec 2019 17:28:15 +0800 Subject: [PATCH] code style meet standard --- inter/GetRandCode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inter/GetRandCode.py b/inter/GetRandCode.py index 36d70ef5..4d4034f4 100644 --- a/inter/GetRandCode.py +++ b/inter/GetRandCode.py @@ -26,7 +26,7 @@ def getRandCode(is_auto_code, auto_code_type, result): Result = v.verify(result) return codexy(Ofset=Result, is_raw_input=False) elif auto_code_type == 3: - 'CAPTCHALOCAL' not in os.environ and print("您已设置使用云打码,但是服务器资源有限,请尽快改为本地打码") + print("您已设置使用云打码,但是服务器资源有限,请尽快改为本地打码" if "CAPTCHALOCAL" not in os.environ else "已设置本地打码服务器") http = HTTPClient(0) Result = http.send(urls.get("autoVerifyImage"), {"imageFile": result}) if Result and Result.get("code") is 0: