bb fix
This commit is contained in:
@@ -52,8 +52,5 @@ def realtime_response(config: dict, realtime_action: dict) -> None:
|
||||
with open(file_path, "r", encoding="utf-8") as f:
|
||||
bb.active_file_content = f.read()
|
||||
|
||||
# 如需调试输出,可在这里统一记录日志
|
||||
current_app.logger.debug("vscode config: %s", config)
|
||||
current_app.logger.debug("vscode action: %s", realtime_action)
|
||||
|
||||
chatmanager.upload_bb()
|
||||
Reference in New Issue
Block a user