We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cb7ed commit 6cbcd90Copy full SHA for 6cbcd90
Main/autoClicker.py
@@ -50,7 +50,6 @@
50
51
mouse = Controller() # Create mouse object
52
clicking = False # Set clicking to false
53
-pyautogui.PAUSE = 0.01 # Delay for pyautogui between image searches
54
55
def active(delay, button): # Function to click
56
while clicking == True: # While true
0 commit comments