Browse Source

add missing ")"

Tian Siyuan 6 months ago
parent
commit
80787ae9a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/chapter10/第十章 智能体通信协议.md

+ 1 - 1
docs/chapter10/第十章 智能体通信协议.md

@@ -1020,7 +1020,7 @@ try:
 except Exception as e:
 except Exception as e:
     print(f"\n❌ 错误: {e}")
     print(f"\n❌ 错误: {e}")
     import traceback
     import traceback
-    traceback.print_exc(
+    traceback.print_exc()
 
 
 ```
 ```