Commit 1a7c395c by Sheng

Updated requirements.txt

parent 0f11f2ac
......@@ -161,7 +161,7 @@ def run_ssh_server(port=2200, running=True):
while data:
s = chan.send(data)
data = data[s:]
else:
chan.close()
t.close()
client.close()
......
__version_info__ = (0, 4, 5)
__version_info__ = (0, 4, 6)
__version__ = '.'.join(map(str, __version_info__))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment