rezaenayati commited on
Commit
c143dce
Β·
verified Β·
1 Parent(s): 3238fe3

Update notifier.py

Browse files
Files changed (1) hide show
  1. notifier.py +1 -1
notifier.py CHANGED
@@ -27,4 +27,4 @@ def send_email_notification(user_message):
27
  else:
28
  print(f"[Notifier] ❌ SendGrid SDK failed: {response.status_code} – {response.body}")
29
  except Exception as e:
30
- print(f"[Notifier] ❌ Exception: {e}"
 
27
  else:
28
  print(f"[Notifier] ❌ SendGrid SDK failed: {response.status_code} – {response.body}")
29
  except Exception as e:
30
+ print(f"[Notifier] ❌ Exception: {e}")