use "localhost" like all other internal services do

This commit is contained in:
frederik
2022-05-12 20:38:55 +02:00
parent f3e377e80c
commit e7bc33ca4b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ import apprise
HEADER = 64
PORT = 5050
SERVER = socket.gethostbyname(socket.gethostname())
SERVER = "localhost"
ADDR = (SERVER, PORT)
FORMAT = 'utf-8'
DISCONNECT_MESSAGE = "!DISCONNECT"