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

@@ -24,7 +24,7 @@ class Telegram:
_event = Event()
_bot: telebot.TeleBot = None
def __init__(self, token: str, chat_id: str, **kwargs):
def __init__(self, token: str = None, chat_id: str = None, **kwargs):
"""
初始化参数
"""