示例#1
0
文件: worker.py 项目: mthxx/Comms
 def get_channels(self):
     Communicator.CHANNEL_LIST = SSH.get_channels(Communicator.TCP_HOST, Communicator.TCP_PORT)
     self.channels_received.emit()