When trying to send a WhatsApp group message instantly I am getting the below error. It seems like the variable sleep_time should actually be wait_time.
File ".../lib/python3.9/site-packages/pywhatkit/whats.py", line 128, in sendwhatmsg_to_group_instantly
time.sleep(sleep_time)
NameError: name 'sleep_time' is not defined
To Reproduce
Just try sending a group message instantly, the bug should always appear.
Description
When trying to send a WhatsApp group message instantly I am getting the below error. It seems like the variable
sleep_time
should actually bewait_time
.To Reproduce
Just try sending a group message instantly, the bug should always appear.
Version Information