2
0
잉여개발기 1 жил өмнө
parent
commit
f8eb6aceae
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      route/tool/func.py

+ 1 - 2
route/tool/func.py

@@ -163,11 +163,10 @@ def python_to_golang_sync(func_name, other_set = {}):
             res = requests.post('http://localhost:' + db_data + '/', data = json.dumps(other_set))
             data = res.text
 
+            print(data)
             if "error" == data:
                 raise
             else:
-                print(data)
-                
                 return data
 
 async def python_to_golang(func_name, other_set = {}):