Fix: Entferne nicht unterstütztes sender-Argument bei Apprise.notify()
This commit is contained in:
@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user