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(
|
||||
title=title,
|
||||
body=body,
|
||||
body_format=apprise.NotifyFormat.MARKDOWN,
|
||||
sender=sender_name
|
||||
body_format=apprise.NotifyFormat.MARKDOWN
|
||||
)
|
||||
if result:
|
||||
if is_debug_mode():
|
||||
|
||||
Reference in New Issue
Block a user