Parcourir la source

Merge pull request #254 from tiansiyuan/patch-9

add missing ")"
jjyaoao il y a 5 mois
Parent
commit
cb71a5da65
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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()
 
 
 ```
 ```