1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-21 09:34:08 +03:00

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}' != '':
url += ':' + urllib.quote('{m.password}')
url += '@'
url += '127.0.0.1:{}/'.format(port)
url += '127.0.0.1:{{}}/'.format(port)
if domain != '':
url += domain