Use "127.0.0.1" instead of "localhost" when starting the SignalReceiver
This commit is contained in:
parent
d0da82de21
commit
ea6a6ec9bc
@ -60,7 +60,7 @@ class SignalReceiver(ThreadingMixIn, SimpleXMLRPCServer.SimpleXMLRPCServer):
|
||||
|
||||
def start_server(self, port=None):
|
||||
# Setup the xmlrpc server
|
||||
host = "localhost"
|
||||
host = "127.0.0.1"
|
||||
if self.remote == True:
|
||||
host = ""
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user