mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-09 22:43:44 +08:00
fix storage api
This commit is contained in:
@@ -22,7 +22,7 @@ class VoceChat:
|
||||
# 请求对象
|
||||
_client = None
|
||||
|
||||
def __init__(self, host: str, apikey: str, channel_id: str, **kwargs):
|
||||
def __init__(self, host: str = None, apikey: str = None, channel_id: str = None, **kwargs):
|
||||
"""
|
||||
初始化
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user