Skip to content

Commit eb6fcdd

Browse files
authored
Never go idle
This is uses pyautogui python library
1 parent cb0a920 commit eb6fcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Teams_Auto_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def drag_square(distance):
1212
start_time = time.time()
1313
try:
1414
while True:
15-
print("--------Running Auto Script--------- :)")
15+
print(" --------Running Auto Script--------- :)")
1616
drag_square(200)
1717
time.sleep(1)
1818
pyautogui.press('alt')

0 commit comments

Comments
 (0)