typo
This commit is contained in:
parent
44379a87f0
commit
15934c1ece
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class Interface:
|
|||
|
||||
else:
|
||||
if kind == 'url' and not\
|
||||
(uri.startswith('http://') or uri.startswith('http://')):
|
||||
(uri.startswith('http://') or uri.startswith('https://')):
|
||||
uri = 'http://' + uri
|
||||
elif kind == 'mail' and not uri.startswith('mailto:'):
|
||||
uri = 'mailto:' + uri
|
||||
|
|
Loading…
Add table
Reference in a new issue