mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
fix key err
This commit is contained in:
parent
1afa13485f
commit
52498b3603
@ -39,7 +39,7 @@ async def fetch_and_send(target_type: str):
|
|||||||
'bilibili': Bilibili(),
|
'bilibili': Bilibili(),
|
||||||
'weibo': Weibo(),
|
'weibo': Weibo(),
|
||||||
'rss': Rss(),
|
'rss': Rss(),
|
||||||
'arkninghts': Arknights()
|
'arknights': Arknights()
|
||||||
}
|
}
|
||||||
target = config.get_next_target(target_type)
|
target = config.get_next_target(target_type)
|
||||||
if not target:
|
if not target:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user