Skip to content

Commit ba1741c

Browse files
committed
修改滑块系数
1 parent 66cf505 commit ba1741c

File tree

1 file changed

+1
-1
lines changed
  • 滑动验证码/【腾讯】滑块验证

1 file changed

+1
-1
lines changed

滑动验证码/【腾讯】滑块验证/sel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def get_track(distance):
9797
# 初速度
9898
v = 0
9999
# 单位时间为0.2s来统计轨迹,轨迹即0.2内的位移
100-
t = 0.9
100+
t = 0.2
101101
# 位移/轨迹列表,列表内的一个元素代表0.2s的位移
102102
tracks = []
103103
# 当前的位移

0 commit comments

Comments
 (0)