mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-03-29 18:02:45 +00:00
tabs and spaces :(
This commit is contained in:
@@ -195,8 +195,7 @@ def set_hosts(hosts, use_ssl=False, ssl_cert_path=None, username=None, password=
|
||||
else:
|
||||
conn_params['verify_certs'] = False
|
||||
if username:
|
||||
conn_params['http_auth']=(username+":"+password)
|
||||
|
||||
conn_params['http_auth']=(username+":"+password)
|
||||
connections.create_connection(**conn_params)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user