From 17673ebced1ae5da6d02aa3ec2915df278b2bc35 Mon Sep 17 00:00:00 2001 From: giacomo Date: Thu, 20 Sep 2018 18:12:11 +0200 Subject: [PATCH] logging --- coapthon/server/coap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/coapthon/server/coap.py b/coapthon/server/coap.py index feb5a24..b3dfd6c 100644 --- a/coapthon/server/coap.py +++ b/coapthon/server/coap.py @@ -29,6 +29,7 @@ if not os.path.isfile("logging.conf"): logger = logging.getLogger(__name__) logging.config.fileConfig("logging.conf", disable_existing_loggers=False) + class CoAP(object): """ Implementation of the CoAP server