Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Sam authored and Matt Sam committed Jun 8, 2021
1 parent f5f4f4b commit a53c2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AImbot_opencv_yolo/AImbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def mouse_move(a, b): # Move mouse
print("程序初始化完成")

check_window[0] += 1
if check_window[0] > 29:
if check_window[0] > 59:
check_window[0] = 0
hwnd = win32gui.FindWindow(window_class[0], None)
try:
Expand Down

0 comments on commit a53c2a2

Please sign in to comment.