From 4b58b138c93638871b911bd8a13ca7e8f54e0839 Mon Sep 17 00:00:00 2001 From: Markus Busche Date: Wed, 6 Aug 2025 10:04:07 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Entferne=20nicht=20unterst=C3=BCtztes=20?= =?UTF-8?q?sender-Argument=20bei=20Apprise.notify()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ti_status_checker.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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():