Skip to content

Commit 56174b3

Browse files
author
sineom
committed
修改代码bug
1 parent 326e6b4 commit 56174b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def on_handle_context(self, e_context: EventContext):
276276
if not flag:
277277
text = content.split(trigger_prefix, maxsplit=1)[1]
278278
try:
279-
command_json = find_json(_translate_text_to_commands(text))
279+
command_json = find_json(self._translate_text_to_commands(text))
280280
command = json.loads(command_json)
281281
name = command["name"]
282282
if name.lower() == "summary":

0 commit comments

Comments
 (0)