Updated requirements.txt

This commit is contained in:
Sheng
2018-09-13 18:44:13 +08:00
parent 0f11f2acba
commit 1a7c395c75
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -161,10 +161,10 @@ def run_ssh_server(port=2200, running=True):
while data:
s = chan.send(data)
data = data[s:]
chan.close()
t.close()
client.close()
else:
chan.close()
t.close()
client.close()
try:
sock.close()