This commit is contained in:
2025-05-27 14:19:54 +03:00
parent c2bbc5f15d
commit c8e0729be8
5 changed files with 28 additions and 40 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ class App(BaseApp):
self._print_framed_text(res)
continue
processing_router = self._current_matching_triggers_with_routers[input_command.get_trigger()]
processing_router = self._current_matching_triggers_with_routers[input_command.get_trigger().lower()]
if processing_router.disable_redirect_stdout:
if isinstance(self._dividing_line, StaticDividingLine):