bug fix + finish proxy

This commit is contained in:
speyrefitte
2014-07-24 17:48:12 +02:00
parent 4aa9d8c389
commit 6ba4f62ef4
9 changed files with 249 additions and 42 deletions

View File

@@ -138,5 +138,4 @@ if __name__ == '__main__':
from twisted.internet import reactor
reactor.connectTCP(ip, int(port), RDPClientQtFactory(width, height, username, password, domain))
reactor.runReturn()
app.exec_()
reactor.stop()
app.exec_()