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
In li_attack.py, the function doit never returns anything if abort_early=False. This means that doit will always return None, which will be interpreted by attack_single as a failure.
In li_attack.py, the function
doitnever returns anything ifabort_early=False. This means thatdoitwill always return None, which will be interpreted byattack_singleas a failure.