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(
title=title,
body=body,
body_format=apprise.NotifyFormat.MARKDOWN,
sender=sender_name
body_format=apprise.NotifyFormat.MARKDOWN
)
if result:
if is_debug_mode():