💡 add TODO
All checks were successful
Python formatting PEP8 / Python-PEP8 (push) Successful in 15s

This commit is contained in:
Finn Christiansen 2024-06-12 22:05:10 +02:00
parent a1cc5e3ea0
commit e1472ecfe6

View file

@ -112,6 +112,7 @@ def get_praying_times(date: datetime.date, username):
def schedule_reminder(username): def schedule_reminder(username):
# TODO: add peristence for reminders
times = get_praying_times(datetime.date.today(), username) times = get_praying_times(datetime.date.today(), username)
now = datetime.datetime.now(datetime.UTC) now = datetime.datetime.now(datetime.UTC)
for prayer, time in times.items(): for prayer, time in times.items():