fix storage api

This commit is contained in:
jxxghp
2024-08-15 16:15:26 +08:00
parent 47481d2482
commit 61e4e63a6a
9 changed files with 53 additions and 20 deletions

View File

@@ -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):
"""
初始化
"""