Update aiocqhttp_platform_adapter.py
else尾随空格
This commit is contained in:
@@ -187,7 +187,7 @@ class AiocqhttpAdapter(Platform):
|
||||
except BaseException as e:
|
||||
logger.error(f"获取文件失败: {e},此消息段将被忽略。")
|
||||
|
||||
else:
|
||||
else:
|
||||
a = ComponentTypes[t](**m['data']) # noqa: F405
|
||||
abm.message.append(a)
|
||||
|
||||
@@ -263,4 +263,4 @@ class AiocqhttpAdapter(Platform):
|
||||
bot=self.bot
|
||||
)
|
||||
|
||||
self.commit_event(message_event)
|
||||
self.commit_event(message_event)
|
||||
|
||||
Reference in New Issue
Block a user