Fix little bug

This commit is contained in:
louis chauvet 2018-11-13 21:37:49 +01:00
parent 36644cc773
commit 6b60a059b4
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@
import json import json
import logging import logging
import logging.config
import os import os
import socket import socket
@ -57,7 +58,7 @@ error = log_server.error
critical = log_server.critical critical = log_server.critical
#### Variables #### #### Variables ####
HOST = '' HOST = '127.0.0.1'
PORT = 8888 PORT = 8888
BUFFER_SIZE = 16384 BUFFER_SIZE = 16384

View File

@ -3,6 +3,7 @@
import json import json
import logging import logging
import logging.config
import os import os
import socket import socket