@@ -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 = {}):