Merge remote-tracking branch 'origin/v3.0'

This commit is contained in:
Adolfo Gómez García 2021-06-03 21:02:36 +02:00
commit 8aca8ead3d

View File

@ -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,