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.
2 parents 2b5a2d6 + 3654ec6 commit 7384e5dCopy full SHA for 7384e5d
Automated Scheduled Call Reminders/caller.py
@@ -21,7 +21,7 @@
21
# Here the collection name is on_call which has documents with fields phone , from (%H:%M:%S time to call the person),date
22
23
24
-# gets data from cloud database and calls 5 min prior the time (from time) alloted in the database
+# gets data from cloud database and calls 5 min prior the time (from time) allotted in the database
25
def search():
26
calling_time = datetime.now()
27
one_hours_from_now = (calling_time + timedelta(hours=1)).strftime("%H:%M:%S")
0 commit comments