Small 2.0 fix

This commit is contained in:
Adolfo Gómez García 2017-04-07 10:47:57 +02:00
parent a3110d4623
commit 15a76f3b9b

View File

@ -98,7 +98,7 @@ else:
if '{m.password}' != '': if '{m.password}' != '':
url += ':' + urllib.quote('{m.password}') url += ':' + urllib.quote('{m.password}')
url += '@' url += '@'
url += '127.0.0.1:{}/'.format(port) url += '127.0.0.1:{{}}/'.format(port)
if domain != '': if domain != '':
url += domain url += domain