mirror of
https://github.com/dkmstr/openuds.git
synced 2025-12-06 00:24:32 +03:00
Compare commits
2 Commits
before-ser
...
2.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15a76f3b9b | ||
|
|
a3110d4623 |
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user