fix syntax

This commit is contained in:
felinae98 2021-02-27 14:15:33 +08:00
parent bd078e233d
commit e4dc980093
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -19,7 +19,7 @@ platform_manager: dict[str, PlatformProto] = {
'bilibili': Bilibili(),
'weibo': Weibo(),
'rss': Rss(),
'arknights': Arknights()
'arknights': Arknights(),
'wechat': Wechat(),
}