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:
parent
b759d31482
commit
357dea430d
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user