mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix bug
This commit is contained in:
@@ -74,7 +74,7 @@ class _MessageBase:
|
||||
return None
|
||||
return self._configs.get(name)
|
||||
|
||||
def checkMessage(self, message: Notification, source: str) -> bool:
|
||||
def checkMessage(self, message: Notification, source: str = None) -> bool:
|
||||
"""
|
||||
检查消息渠道及消息类型,如不符合则不处理
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user