Remove print
This commit is contained in:
3
main.py
3
main.py
@@ -907,9 +907,6 @@ async def fast_get_pattern_schema(network: str) -> dict[str, dict[str, Any]]:
|
|||||||
@app.post("/addpattern/")
|
@app.post("/addpattern/")
|
||||||
async def fastapi_add_pattern(network: str, pattern: str, req: Request) -> ChangeSet:
|
async def fastapi_add_pattern(network: str, pattern: str, req: Request) -> ChangeSet:
|
||||||
props = await req.json()
|
props = await req.json()
|
||||||
|
|
||||||
print(props)
|
|
||||||
|
|
||||||
ps = {
|
ps = {
|
||||||
'id' : pattern,
|
'id' : pattern,
|
||||||
} | props
|
} | props
|
||||||
|
|||||||
Reference in New Issue
Block a user