diff --git a/backend/static_reminders.py b/backend/static_reminders.py index 078de45..6adf046 100644 --- a/backend/static_reminders.py +++ b/backend/static_reminders.py @@ -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