Loading cccli/commands/vnc.py +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ class VNCViewer(threading.Thread): shell=True, close_fds=True, stdin=onull, stdout=onull, stderr=onull) proc.wait() fwd.stop() del self.cli.forwards[fwd.id] class Command_vnc(TqlCommand): Loading Loading
cccli/commands/vnc.py +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ class VNCViewer(threading.Thread): shell=True, close_fds=True, stdin=onull, stdout=onull, stderr=onull) proc.wait() fwd.stop() del self.cli.forwards[fwd.id] class Command_vnc(TqlCommand): Loading