Skip to content

Commit 5902245

Browse files
authored
Update core.py
1 parent 9d02ec9 commit 5902245

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pywhatkit/core/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ def findtextbox() -> None:
4747
location = locateOnScreen(f"{dir_path}\\data\\pywhatkit_smile1.png")
4848
try:
4949
moveTo(location[0] + 150, location[1] + 5)
50+
click()
5051
except Exception:
5152
location = locateOnScreen(f"{dir_path}\\data\\pywhatkit_smile.png")
5253
moveTo(location[0] + 150, location[1] + 5)
53-
click()
54+
click()
5455

5556

5657
def check_connection() -> None:

0 commit comments

Comments
 (0)