leslie-tsang commented on pull request #6498:
URL: https://github.com/apache/apisix/pull/6498#issuecomment-1057796487


   Ohh, My mistake, we should add a blank line here like below:
   ```python
       if len(sys.argv) >= 6:
           reqParam["client"]["depth"] = int(sys.argv[5])
   
   resp = requests.put("http://127.0.0.1:9080/apisix/admin/ssl/1";, 
json=reqParam, headers={
       "X-API-KEY": api_key,
   ```
   
   Thanks for your patience in replying. :)
   
   LGTM


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to