From 2026b1a00dab485ee363ba343feb16d84e10797e Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Fri, 19 May 2023 23:04:50 +0200 Subject: print error in debug --- py/chat.py | 1 + 1 file changed, 1 insertion(+) (limited to 'py/chat.py') diff --git a/py/chat.py b/py/chat.py index 86753ab..e2ef6b1 100644 --- a/py/chat.py +++ b/py/chat.py @@ -81,3 +81,4 @@ try: clear_echo_message() except BaseException as error: handle_completion_error(error) + printDebug("[chat] error: {}", traceback.format_exc()) -- cgit v1.2.3