mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 19:36:43 +08:00
fix not implement
This commit is contained in:
parent
679cb2f24d
commit
47bd9685dd
@ -236,6 +236,8 @@ class PlatformNoTarget(PlatformProto):
|
|||||||
self.get_category(raw_post)
|
self.get_category(raw_post)
|
||||||
except CategoryNotSupport:
|
except CategoryNotSupport:
|
||||||
continue
|
continue
|
||||||
|
except NotImplementedError:
|
||||||
|
pass
|
||||||
res.append(raw_post)
|
res.append(raw_post)
|
||||||
self.exists_posts.add(post_id)
|
self.exists_posts.add(post_id)
|
||||||
return res
|
return res
|
||||||
|
Loading…
x
Reference in New Issue
Block a user