You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2021. It is now read-only.
import random
MAX_GROUP_NUM = random.choice([10,11,12,15,18,20]) # 每组人数加入随机数且将默认值增大
INTERFACE_CALLING_INTERVAL = random.choice([6,7,8,9,10,11,12]) #把时间间隔改成从数据随机获取
以上代码经过测试,效果很好且能够快速地实现检测功能。希望你能够参考一下
The text was updated successfully, but these errors were encountered: