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:
@@ -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):
|
||||
"""
|
||||
初始化参数
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user