mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
fix storage api
This commit is contained in:
@@ -14,7 +14,7 @@ lock = Lock()
|
||||
|
||||
|
||||
class SynologyChat:
|
||||
def __init__(self, webhook: str, token: str, **kwargs):
|
||||
def __init__(self, webhook: str = None, token: str = None, **kwargs):
|
||||
if not webhook or not token:
|
||||
logger.error("SynologyChat配置不完整!")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user