mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-23 10:11:47 +08:00
fix post_message
This commit is contained in:
@@ -71,7 +71,7 @@ class WebPushModule(_ModuleBase, _MessageBase):
|
||||
def init_setting(self) -> Tuple[str, Union[str, bool]]:
|
||||
pass
|
||||
|
||||
def post_message(self, message: Notification) -> None:
|
||||
def post_message(self, message: Notification, **kwargs) -> None:
|
||||
"""
|
||||
发送消息
|
||||
:param message: 消息内容
|
||||
|
||||
Reference in New Issue
Block a user