1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

fixed tunneld cord access

This commit is contained in:
Adolfo Gómez García 2017-03-18 11:48:52 +01:00
parent 92c3fbd827
commit a3110d4623

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