Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 2d49329

Browse files
Merge pull request #461 from pachecodt/master
[FIX] Time error
2 parents 22bbd73 + 86077ce commit 2d49329

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎projects/whatsapp_Bot/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
chour = now.strftime("%H")
77
mobile = input('Enter Mobile No of Receiver : ')
88
message = input('Enter Message you wanna send : ')
9-
hour = int(chour) +int(input('Enter hour : '))
9+
hour = int(input('Enter hour : '))
1010
minute = int(input('Enter minute : '))
1111

1212
pywhatkit.sendwhatmsg(mobile,message,hour,minute)

‎projects/whatsapp_Bot/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pywhatkit

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /