forked from shaba/openuds
Small 2.0 fix
This commit is contained in:
parent
a3110d4623
commit
15a76f3b9b
@ -98,7 +98,7 @@ else:
|
||||
if '{m.password}' != '':
|
||||
url += ':' + urllib.quote('{m.password}')
|
||||
url += '@'
|
||||
url += '127.0.0.1:{}/'.format(port)
|
||||
url += '127.0.0.1:{{}}/'.format(port)
|
||||
if domain != '':
|
||||
url += domain
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user