잉여개발기 1 年之前
父节点
当前提交
26c023b9b1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      route/tool/func.py

+ 2 - 0
route/tool/func.py

@@ -166,6 +166,8 @@ def python_to_golang_sync(func_name, other_set = {}):
             if "error" == data:
                 raise
             else:
+                print(data)
+                
                 return data
 
 async def python_to_golang(func_name, other_set = {}):