Refine
This commit is contained in:
4
main.py
4
main.py
@@ -1826,8 +1826,10 @@ async def fastapi_convert_v3_to_v2(req: Request) -> ChangeSet:
|
|||||||
network = 'v3Tov2'
|
network = 'v3Tov2'
|
||||||
jo_root = await req.json()
|
jo_root = await req.json()
|
||||||
inp = jo_root['inp']
|
inp = jo_root['inp']
|
||||||
|
|
||||||
|
print(inp)
|
||||||
|
|
||||||
cs = convert_inp_v3_to_v2(inp)
|
cs = convert_inp_v3_to_v2(inp)
|
||||||
return cs
|
|
||||||
|
|
||||||
print(cs)
|
print(cs)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user