def _queue_renewal_focus(self):
item = lib_db.get__SslQueueRenewal__by_id(self.request.api_context, self.request.matchdict['id'], load_events=True)
if not item:
raise HTTPNotFound('the item was not found')
return item
评论列表
文章目录