浏览代码

no message

libushang 6 月之前
父节点
当前提交
dc9c25c5de
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jobs/yzy_job.py

+ 1 - 1
jobs/yzy_job.py

@@ -66,7 +66,7 @@ def yzy_msg_queue_proc():
                     row.errmsg = resp['errmsg']
                 db.commit()
             except Exception as e:
-                traceback.print_exec()
+                traceback.print_exc()
             
         db.close()