This commit is contained in:
giacomo 2018-09-20 18:12:11 +02:00
parent ce5dbc7018
commit 17673ebced

View file

@ -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