Skip to content

Commit 7384e5d

Browse files
Merge pull request #2989 from khanhkhanhlele/Automated/caller.py
fix-typo Automated/caller.py
2 parents 2b5a2d6 + 3654ec6 commit 7384e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Automated Scheduled Call Reminders/caller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Here the collection name is on_call which has documents with fields phone , from (%H:%M:%S time to call the person),date
2222

2323

24-
# gets data from cloud database and calls 5 min prior the time (from time) alloted in the database
24+
# gets data from cloud database and calls 5 min prior the time (from time) allotted in the database
2525
def search():
2626
calling_time = datetime.now()
2727
one_hours_from_now = (calling_time + timedelta(hours=1)).strftime("%H:%M:%S")

0 commit comments

Comments
 (0)