chenjunhao 5 ngày trước cách đây
mục cha
commit
a6ea0169a0
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      tbsg/yzm/nine_grid.py

+ 0 - 2
tbsg/yzm/nine_grid.py

@@ -19,7 +19,6 @@ JFBYM_URL = "https://api.jfbym.com/api/YmServer/customApi"
 OUT_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "image", "success")
 # =================
 
-
 def solve_snow_captcha():
     """步骤①: 本地降噪 + jfbym type 10 OCR → 返回 (文字, extra, 设备)"""
     d = u2.connect(DEVICE)
@@ -235,7 +234,6 @@ def solve_snow_captcha_with_driver(d):
     print(f"[1] 降噪+OCR: {text}")
     return text, extra, d
 
-
 if __name__ == '__main__':
     print(f"设备: {DEVICE}\n")
     print(f"结果: {solve()}")