mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
Fixed logging when triggering static reminder (#62)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user