1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-07-24 07:28:31 +00:00

Update sftelnetproxymuxer.py

await was missing space
This commit is contained in:
John Fleming 2024-01-30 23:12:01 -05:00 committed by GitHub
parent b759d31482
commit 357dea430d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -211,7 +211,7 @@ class SFTelnetProxyMuxer:
client_info = "Unknown"
log.debug("Shuting down tcp session to {client_info}")
client.close()
await.client.wait_closed()
await client.wait_closed()
except Exception as e:
log.debug("Debug message")