We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76d2e9 commit cbf73cfCopy full SHA for cbf73cf
pywhatkit/whats.py
@@ -45,7 +45,6 @@ def sendwhatmsg(
45
close_time: int = 3,
46
) -> None:
47
"""Send a WhatsApp Message at a Certain Time"""
48
-
49
if not core.check_number(number=phone_no):
50
raise exceptions.CountryCodeException("Country Code Missing in Phone Number!")
51
0 commit comments