support 4.26.0

This commit is contained in:
2024-04-22 13:47:17 +02:00
parent cfd2ede645
commit 1f4de00259
8 changed files with 427 additions and 38 deletions
+5 -1
View File
@@ -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'],