fix service address

This commit is contained in:
jxxghp
2023-08-24 16:46:26 +08:00
parent 583a04167a
commit 6727b65ed4
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ from app.utils.http import RequestUtils
class OcrHelper:
_ocr_b64_url = "https://nastool.org/captcha/base64"
_ocr_b64_url = "https://movie-pilot.org/captcha/base64"
def get_captcha_text(self, image_url=None, image_b64=None, cookie=None, ua=None):
"""