Fixed logging when triggering static reminder (#62)

This commit is contained in:
CasVT
2023-08-30 23:31:27 +02:00
parent c22f0b8ce0
commit 8ad985278b

View File

@@ -256,7 +256,7 @@ class StaticReminders:
Raises:
ReminderNotFound: The static reminder with the given id was not found
"""
logging.info(f'Triggering static reminder {self.id}')
logging.info(f'Triggering static reminder {id}')
cursor = get_db(dict)
reminder = cursor.execute("""
SELECT title, text