Unverified Commit 27f5df35 authored by MissPenguin's avatar MissPenguin Committed by GitHub
Browse files

Update README.md

parent c59a58e5
...@@ -149,9 +149,9 @@ The recognition model is the same. ...@@ -149,9 +149,9 @@ The recognition model is the same.
<a name="faq"></a> <a name="faq"></a>
## FAQ ## FAQ
** Q1**: No result return after sending the request. **Q1**: No result return after sending the request.
** A1**: Do not set the proxy when starting the service and sending the request. You can close the proxy before starting the service and before sending the request. The command to close the proxy is: **A1**: Do not set the proxy when starting the service and sending the request. You can close the proxy before starting the service and before sending the request. The command to close the proxy is:
``` ```
unset https_proxy unset https_proxy
unset http_proxy unset http_proxy
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment