mohammadKa143 commited on
Commit
bb94855
·
verified ·
1 Parent(s): 9132eff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ import time
16
 
17
 
18
  @tool
19
- def send_whatsapp_message(phone_number: str = '+963934324595', message: str, hour: int = None, minute: int = None):
20
  """
21
  Sends a WhatsApp message using pywhatkit by automating WhatsApp Web.
22
 
 
16
 
17
 
18
  @tool
19
+ def send_whatsapp_message(phone_number: str = '+963934324595', message: str = '', hour: int = None, minute: int = None):
20
  """
21
  Sends a WhatsApp message using pywhatkit by automating WhatsApp Web.
22