Release 546dd35cadc32b0e414df9820aefd442
Esse commit está contido em:
pai
362cb1fc17
commit
561b564b3d
@ -30,8 +30,11 @@ import logging
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
||||||
logger_name = 'STATE_MACHINE'
|
try:
|
||||||
logger = logging.getLogger(logger_name)
|
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)
|
__INTERPRETER__ = (2, 3)
|
||||||
|
Diferenças do arquivo suprimidas por serem muito extensas
Carregar Diff
Arquivo binário não exibido.
Carregando…
x
Referência em uma nova issue
Block a user