mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-09 18:27:56 +08:00
fix not implement
This commit is contained in:
@@ -236,6 +236,8 @@ class PlatformNoTarget(PlatformProto):
|
||||
self.get_category(raw_post)
|
||||
except CategoryNotSupport:
|
||||
continue
|
||||
except NotImplementedError:
|
||||
pass
|
||||
res.append(raw_post)
|
||||
self.exists_posts.add(post_id)
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user