Browse Source

프린트문 제거

잉여개발기 (SPDV) 2 năm trước cách đây
mục cha
commit
97718ef69d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      route/tool/func.py

+ 0 - 1
route/tool/func.py

@@ -1634,7 +1634,6 @@ def captcha_post(re_data, num = 1):
                     )
                     
                 if data.status_code == 200:
-                    print(data.text)
                     json_data = json.loads(data.text)
                     if json_data['success'] != True:
                         return 1