Fix: Entferne nicht unterstütztes sender-Argument bei Apprise.notify()

This commit is contained in:
2025-08-06 10:04:07 +02:00
parent be89e66261
commit 4b58b138c9

View File

@ -254,8 +254,7 @@ def send_notification(message):
result = apobj.notify( result = apobj.notify(
title=title, title=title,
body=body, body=body,
body_format=apprise.NotifyFormat.MARKDOWN, body_format=apprise.NotifyFormat.MARKDOWN
sender=sender_name
) )
if result: if result:
if is_debug_mode(): if is_debug_mode():