forked from shaba/openuds
Merge remote-tracking branch 'origin/v3.0'
This commit is contained in:
commit
8aca8ead3d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user