Spaces:
Running
on
Zero
Running
on
Zero
Update notifier.py
Browse files- 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}")
|