fix: port str (#8055)

Co-authored-by: feng626 <1304903146@qq.com>
pull/8035/head
fit2bot 3 years ago committed by GitHub
parent b0f7c114fc
commit c630b11bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -186,7 +186,7 @@ class ClientProtocolMixin:
) )
content = { content = {
'ip': endpoint.host, 'ip': endpoint.host,
'port': endpoint.ssh_port, 'port': str(endpoint.ssh_port),
'username': f'JMS-{token}', 'username': f'JMS-{token}',
'password': secret 'password': secret
} }

Loading…
Cancel
Save