support 4.26.0
This commit is contained in:
@@ -149,7 +149,11 @@ class AppointmentRequestSender(threading.Thread):
|
||||
m_c_c = random.randint(3, 5) # click count
|
||||
m_m_c = random.randint(3, 5) # move count
|
||||
m_cm_r = m_c_c / m_m_c
|
||||
m_ms_r = random.randint(-1, 1)
|
||||
m_ms_r = -1 # move scroll ratio
|
||||
if m_s_c == 0:
|
||||
m_ms_r = -1
|
||||
else:
|
||||
m_ms_r = m_m_c / m_s_c
|
||||
|
||||
js_le_data = JsDataLeTypePojo(glrd=_received_dict['glrd'], glvd=_received_dict['glvd'],
|
||||
hc=_received_dict['hc'],
|
||||
|
||||
Reference in New Issue
Block a user