NTUYWANG103/APEX_AIMBOT

error,helps

liu19666 opened this issue · 1 comments

Traceback (most recent call last):
File "apex.py", line 19, in
apex.forward()
File "D:\Chrome Download\APEX_AIMBOT-master\AimBot.py", line 198, in forward
fps_track = 1/(time.time()-start_time)
ZeroDivisionError: float division by zero

怎么办

fps_track = (time.time()-start_time) and 1/ (time.time()-start_time)
fixed in my fork