feat: color support for serialisation

This commit is contained in:
Swann Martinez
2019-07-12 11:38:23 +02:00
parent cc12defa51
commit 1bfc460a12
8 changed files with 26 additions and 9 deletions

View File

@ -8,7 +8,7 @@ import zmq
import message
logger = logging.getLogger("Server")
logging.basicConfig(level=logging.DEBUG)
logger.setLevel(logging.ERROR)
SUPPORTED_TYPES = [
'Client',