Skip to content

Commit bb57665

Browse files
authored
Update whats.py
1 parent 53c79c8 commit bb57665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywhatkit/whats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def sendwhatmsg_instantly(
3131

3232
web.open(f"https://web.whatsapp.com/send?phone={phone_no}&text={quote(message)}")
3333
time.sleep(4)
34-
pg.click(core.WIDTH / 2, core.HEIGHT / 2)
34+
pg.click(core.WIDTH / 2, core.HEIGHT / 2 + 15)
3535
time.sleep(wait_time - 4)
3636
core.findtextbox()
3737
pg.press("enter")

0 commit comments

Comments
 (0)