Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|