Update readthedocs/basic/signing-in.rst

Co-authored-by: Lonami <totufals@hotmail.com>
This commit is contained in:
vegeta1k95 2020-11-08 22:21:44 +01:00 committed by GitHub
parent 795e5c7854
commit 1430148b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ Example:
* .. code-block:: python
proxy = {
'proxy_type': 'socks5', # (mandatory) protocol to use, allowed values: 'socks5' (or 2), 'socks4' (or 1)
'proxy_type': 'socks5', # (mandatory) protocol to use, allowed values: 'socks5', 'socks4'
'addr': '1.1.1.1', # (mandatory) proxy IP address
'port': 5555, # (mandatory) proxy port number
'username': 'foo', # (optional) username if the proxy requires auth