Make HTTPS message slightly more verbose.

This commit is contained in:
0x80 2022-04-23 00:00:00 +00:00
parent bb9a4b10b0
commit 7cfddb7080
Signed by: 0x80
GPG Key ID: 68368BCBC000EF51
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ def extract_from_page (page, verbosity, url, args):
if "//" in domain:
protocol = domain[:domain.index("//")+2]
else:
debug ("Assuming HTTPS", verbosity, platform)
debug ("Assuming HTTPS for remote instance", verbosity, platform)
protocol = "https://"
index = name.index('@')
domain = protocol + name[index+1:]