Release 546dd35cadc32b0e414df9820aefd442

This commit is contained in:
Dirk Alders 2020-12-21 01:54:53 +01:00
parent 362cb1fc17
commit 561b564b3d
3 changed files with 4822 additions and 4819 deletions

View File

@ -30,8 +30,11 @@ import logging
import time
logger_name = 'STATE_MACHINE'
logger = logging.getLogger(logger_name)
try:
from config import APP_NAME as ROOT_LOGGER_NAME
except ImportError:
ROOT_LOGGER_NAME = 'root'
logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
__INTERPRETER__ = (2, 3)

File diff suppressed because it is too large Load Diff

Binary file not shown.