Commit 2f1f9dca authored by 张晓彤's avatar 张晓彤

修复行程异常BUG

parent b6c1a234
......@@ -1316,7 +1316,7 @@ class Group(WalkManage):
# 下面三个函数保证程序定期执行,不用管他
def process(dispatcher):
# try:
try:
# 更新周期参数
logger.info("#####################################周期更新开始#####################################")
......@@ -1353,9 +1353,9 @@ def process(dispatcher):
# 调度计算
dispatcher.schedule_construct()
# except Exception as es:
# logger.error("更新不及时")
# logger.error(es)
except Exception as es:
logger.error("更新不及时")
logger.error(es)
logger.info("#####################################周期更新结束#####################################")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment