bug fix: install and SpamAssassin

This commit is contained in:
Usman Nasir
2019-12-09 21:59:49 +05:00
parent 9c6dffab68
commit b3da16d5cf
3 changed files with 11 additions and 12 deletions

View File

@@ -79,7 +79,7 @@ class SSHServer(multi.Thread):
else:
self.websocket.sendMessage(self.shell.recv(9000).decode("utf-8"))
else:
time.sleep(0.01)
pass
else:
return 0
except BaseException, msg: