Skip to content

Commit bf11daa

Browse files
committed
Remove appointment id in log to pass github-advanced-security bot test
1 parent e0800a2 commit bf11daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appointment/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def send_email_reminder(to_email, first_name, reschedule_link, appointment_id):
3434
template_url='email_sender/reminder_email.html', context=email_context
3535
)
3636
# Notify the admin
37-
logger.info(f"Sending admin reminder for appointment {appointment_id}")
37+
logger.info(f"Sending admin reminder also")
3838
email_context['recipient_type'] = 'admin'
3939
notify_admin(
4040
subject=_("Admin Reminder: Upcoming Appointment"),

0 commit comments

Comments
 (0)