Open Mohammad699 opened 1 year ago
If you wont set wait_time the default value (15) will be taken. But you have made error in positioning your arguments. You have to set wait_time after the message you wish to send but you have set it to True which is the value for tab_close argument instead of an integer. The call should be: sendwhatmsg_instantly(phone_no, message, wait_time, tab_close, close_time)
Description
When using instant messaging the script is crashing when you don't set
wait_time
and settab_close
toTrue
To Reproduce
pywhatkit.sendwhatmsg_instantly('+1*****', 'test', True, 7)
Screenshots
Version Information