mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-09 18:27:56 +08:00
fix key err
This commit is contained in:
@@ -39,7 +39,7 @@ async def fetch_and_send(target_type: str):
|
||||
'bilibili': Bilibili(),
|
||||
'weibo': Weibo(),
|
||||
'rss': Rss(),
|
||||
'arkninghts': Arknights()
|
||||
'arknights': Arknights()
|
||||
}
|
||||
target = config.get_next_target(target_type)
|
||||
if not target:
|
||||
|
||||
Reference in New Issue
Block a user