mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-21 22:58:05 +00:00
🐛 Fix post code in news type id
This commit is contained in:
parent
ad1f0e5fec
commit
3e5b3e47ee
@ -1 +1 @@
|
|||||||
Subproject commit fb76a75ee1d10eb3c7c52abccde7f15a94726386
|
Subproject commit 42ce49e834dfd4ca59f2f1e59145a0785052c85b
|
@ -121,7 +121,7 @@ class PostCode(Plugin.Conversation):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.gids = 2
|
self.gids = 2
|
||||||
self.type_id = 3
|
self.type_id = 2
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_bbs_client() -> Hyperion:
|
def get_bbs_client() -> Hyperion:
|
||||||
|
Loading…
Reference in New Issue
Block a user