Skip to content

Commit

Permalink
fix: 整点时间出错 #145
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Jun 22, 2024
1 parent 9497fa2 commit b7130ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tab/go.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ def start_go(tickets_info_str, time_start, interval, mode, total_attempts, api_k
# gt = test_res["data"]["geetest"]["gt"]
# token = "123456"
# Fake test END --------------------------------

geetest_validate = ""
geetest_seccode = ""
if ways_detail[select_way].have_gt_ui():
Expand Down Expand Up @@ -304,7 +303,6 @@ def run_validation():
).json()
errno = int(request_result["errno"])
left_time_str = "无限" if mode == 0 else left_time

logger.info(
f'状态码: {errno}({ERRNO_DICT.get(errno, "未知错误码")}), 请求体: {request_result} 剩余次数: {left_time_str}'
)
Expand Down

0 comments on commit b7130ec

Please sign in to comment.