From 3e5b3e47ee6a5d949640c56b9dbd5890394f5fc2 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Thu, 15 Aug 2024 22:58:38 +0800 Subject: [PATCH] :bug: Fix post code in news type id --- gram_core | 2 +- plugins/admin/post_code.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gram_core b/gram_core index fb76a75e..42ce49e8 160000 --- a/gram_core +++ b/gram_core @@ -1 +1 @@ -Subproject commit fb76a75ee1d10eb3c7c52abccde7f15a94726386 +Subproject commit 42ce49e834dfd4ca59f2f1e59145a0785052c85b diff --git a/plugins/admin/post_code.py b/plugins/admin/post_code.py index e0650cba..81d03da4 100644 --- a/plugins/admin/post_code.py +++ b/plugins/admin/post_code.py @@ -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: