Release 0e9c2f2af925870ae005edce5afd48c0

这个提交包含在:
Dirk Alders 2020-12-21 01:42:06 +01:00
父节点 d3fbc59340
当前提交 bbc3c6f935
共有 3 个文件被更改,包括 5954 次插入5890 次删除

查看文件

@ -38,8 +38,11 @@ else:
from Queue import PriorityQueue
from Queue import Empty
logger_name = 'TASK'
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__)
__DESCRIPTION__ = """The Module {\\tt %s} is designed to help with task issues like periodic tasks, delayed tasks, queues, threaded queues and crontabs.
For more Information read the documentation.""" % __name__.replace('_', '\_')

文件差异内容过多而无法显示 加载差异

二进制文件未显示。