From 96e401ec7b55396df6d0d9d9540f82cd22f12280 Mon Sep 17 00:00:00 2001 From: oliverkirk-sudo <78022033+oliverkirk-sudo@users.noreply.github.com> Date: Wed, 26 Apr 2023 17:27:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=82=E5=B8=B8=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E6=97=B6=E7=9A=84=E7=B1=BB=E5=9E=8B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/qqbot/sources/nakuru.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/qqbot/sources/nakuru.py b/pkg/qqbot/sources/nakuru.py index 6ce36c6e..771f0d41 100644 --- a/pkg/qqbot/sources/nakuru.py +++ b/pkg/qqbot/sources/nakuru.py @@ -23,7 +23,7 @@ class NakuruProjectMessageConverter(MessageConverter): elif type(message_chain) is list: msg_list = message_chain else: - raise Exception("Unknown message type: " + str(message_chain) + type(message_chain)) + raise Exception("Unknown message type: " + str(message_chain) + str(type(message_chain))) nakuru_msg_list = []