大华创建card休眠3秒
This commit is contained in:
parent
3c2c7d9c27
commit
7171314c10
|
@ -149,7 +149,7 @@ class HrmService:
|
|||
"endDate": endDate
|
||||
}
|
||||
_, res = dhClient.request(**dhapis['card_add'], json=json_data)
|
||||
time.sleep(1.5)
|
||||
time.sleep(3)
|
||||
cls.save(ep, data={'dh_face_card': cardNumber})
|
||||
return cardNumber
|
||||
|
||||
|
|
Loading…
Reference in New Issue