Make HTTPS message slightly more verbose.
This commit is contained in:
parent
bb9a4b10b0
commit
7cfddb7080
|
@ -83,7 +83,7 @@ def extract_from_page (page, verbosity, url, args):
|
||||||
if "//" in domain:
|
if "//" in domain:
|
||||||
protocol = domain[:domain.index("//")+2]
|
protocol = domain[:domain.index("//")+2]
|
||||||
else:
|
else:
|
||||||
debug ("Assuming HTTPS", verbosity, platform)
|
debug ("Assuming HTTPS for remote instance", verbosity, platform)
|
||||||
protocol = "https://"
|
protocol = "https://"
|
||||||
index = name.index('@')
|
index = name.index('@')
|
||||||
domain = protocol + name[index+1:]
|
domain = protocol + name[index+1:]
|
||||||
|
|
Loading…
Reference in New Issue