Skip to content

Commit

Permalink
去除testcase输出🧨
Browse files Browse the repository at this point in the history
  • Loading branch information
wuranxu committed Jun 21, 2022
1 parent f023478 commit a92ae2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/routers/testcase/testcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ async def record_requests(request: Request, _=Depends(Permission())):

@router.get("/record/status", summary="获取录制接口请求状态")
async def record_requests(request: Request, _=Depends(Permission())):
print(request.client.host)
record = await RedisHelper.get_address_record(request.client.host)
status = False
regex = ''
Expand Down

0 comments on commit a92ae2b

Please sign in to comment.