fix: improve error logging format for TencentCloudSDKException

This commit is contained in:
CaptainB 2025-08-14 14:24:58 +08:00 committed by 刘瑞斌
parent 8fe21248a8
commit 581143cba2

View File

@ -77,4 +77,4 @@ class TencentSpeechToText(MaxKBBaseModel, BaseSpeechToText):
except TencentCloudSDKException as err:
print(err)
maxkb_logger.error(f":Error: {str(err)}: {traceback.format_exc()}")