diff --git a/server/src/uds/transports/URL/url_custom.py b/server/src/uds/transports/URL/url_custom.py index 25ec599da..a3630abcf 100644 --- a/server/src/uds/transports/URL/url_custom.py +++ b/server/src/uds/transports/URL/url_custom.py @@ -110,7 +110,7 @@ class URLCustomTransport(transports.Transport): .replace('_USERNAME_', username) ) - onw = '&o_n_w={};'.format(hash(transport.name)) if self.forceNewWindow.isTrue() else '' + onw = '&o_n_w={}'.format(hash(transport.name)) if self.forceNewWindow.isTrue() else '' return str( "{}{}".format( url,