Skip to content

Commit

Permalink
Update whats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ns696 authored Mar 11, 2022
1 parent 53c79c8 commit bb57665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywhatkit/whats.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def sendwhatmsg_instantly(

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

0 comments on commit bb57665

Please sign in to comment.