잉여개발기 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 = {}):