fix key err

This commit is contained in:
felinae98
2021-02-09 21:34:44 +08:00
parent 1afa13485f
commit 52498b3603
+1 -1
View File
@@ -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: