Do not inherit the ThreadingMixIn class in SignalReceiver since it's no
longer needed
This commit is contained in:
parent
8001d5e165
commit
2e4bc65834
@ -38,7 +38,7 @@ import socket
|
|||||||
|
|
||||||
from deluge.log import LOG as log
|
from deluge.log import LOG as log
|
||||||
|
|
||||||
class SignalReceiver(ThreadingMixIn, SimpleXMLRPCServer.SimpleXMLRPCServer):
|
class SignalReceiver(SimpleXMLRPCServer.SimpleXMLRPCServer):
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
log.debug("SignalReceiver init..")
|
log.debug("SignalReceiver init..")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user