🐛 Fix post code in news type id

This commit is contained in:
xtaodada 2024-08-15 22:58:38 +08:00
parent ad1f0e5fec
commit 3e5b3e47ee
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit fb76a75ee1d10eb3c7c52abccde7f15a94726386
Subproject commit 42ce49e834dfd4ca59f2f1e59145a0785052c85b

View File

@ -121,7 +121,7 @@ class PostCode(Plugin.Conversation):
def __init__(self):
self.gids = 2
self.type_id = 3
self.type_id = 2
@staticmethod
def get_bbs_client() -> Hyperion: