diff --git a/ti_status_checker.py b/ti_status_checker.py index e19f216..3ecd502 100644 --- a/ti_status_checker.py +++ b/ti_status_checker.py @@ -254,8 +254,7 @@ def send_notification(message): result = apobj.notify( title=title, body=body, - body_format=apprise.NotifyFormat.MARKDOWN, - sender=sender_name + body_format=apprise.NotifyFormat.MARKDOWN ) if result: if is_debug_mode():