mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 22:36:12 +01:00
wait time for terminal
This commit is contained in:
@@ -79,7 +79,7 @@ class SSHServer(multi.Thread):
|
||||
else:
|
||||
self.websocket.sendMessage(self.shell.recv(9000).decode("utf-8"))
|
||||
else:
|
||||
pass
|
||||
time.sleep(0.01)
|
||||
else:
|
||||
return 0
|
||||
except BaseException, msg:
|
||||
|
||||
Reference in New Issue
Block a user