mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +01:00
Twisted driver had no die() method.
This commit is contained in:
parent
adfb3e4035
commit
e4db34da14
@ -99,6 +99,9 @@ class SupyReconnectingFactory(ReconnectingClientFactory):
|
||||
self.server = (server, port)
|
||||
reactor.connectTCP(server, port, self)
|
||||
|
||||
def die(self):
|
||||
pass
|
||||
|
||||
|
||||
class MyShell(Shell):
|
||||
def checkUserAndPass(self, username, password):
|
||||
|
Loading…
Reference in New Issue
Block a user