This commit is contained in:
parent
a1cc5e3ea0
commit
e1472ecfe6
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ def get_praying_times(date: datetime.date, username):
|
|||
|
||||
|
||||
def schedule_reminder(username):
|
||||
# TODO: add peristence for reminders
|
||||
times = get_praying_times(datetime.date.today(), username)
|
||||
now = datetime.datetime.now(datetime.UTC)
|
||||
for prayer, time in times.items():
|
||||
|
|
Loading…
Reference in a new issue