Skip to content

Commit e76d2e9

Browse files
author
Sachit
authored
Update whats.py
1 parent 7cc97b3 commit e76d2e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pywhatkit/whats.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ def sendwhatmsg_to_group_instantly(
124124
"""Send WhatsApp Message to a Group Instantly"""
125125

126126
current_time = time.localtime()
127-
128-
time.sleep(sleep_time)
127+
128+
time.sleep(4)
129129
core.send_message(message=message, receiver=group_id, wait_time=wait_time)
130130
log.log_message(_time=current_time, receiver=group_id, message=message)
131131
if tab_close:

0 commit comments

Comments
 (0)