fix: port str (#8055)

Co-authored-by: feng626 <1304903146@qq.com>
This commit is contained in:
fit2bot
2022-04-13 19:48:31 +08:00
committed by GitHub
parent b0f7c114fc
commit c630b11bd5

View File

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