mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-13 03:38:51 +00:00
Do not inherit the ThreadingMixIn class in SignalReceiver since it's no
longer needed
This commit is contained in:
parent
8001d5e165
commit
2e4bc65834
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ import socket
|
|||
|
||||
from deluge.log import LOG as log
|
||||
|
||||
class SignalReceiver(ThreadingMixIn, SimpleXMLRPCServer.SimpleXMLRPCServer):
|
||||
class SignalReceiver(SimpleXMLRPCServer.SimpleXMLRPCServer):
|
||||
|
||||
def __init__(self):
|
||||
log.debug("SignalReceiver init..")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue