浏览代码

Missed a pipe.

tags/v0.1^2
Ben Kurtovic 12 年前
父节点
当前提交
abcd19a9a8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      earwigbot/tasks/drn_clerkbot.py

+ 1
- 1
earwigbot/tasks/drn_clerkbot.py 查看文件

@@ -322,7 +322,7 @@ class DRNClerkBot(Task):
age = (datetime.utcnow() - case.file_time).total_seconds()
if age > 60 * 60 * 24 * 7:
if not case.very_old_notified:
template = "{{subst:" + self.tl_notify_stale
template = "{{subst:" + self.tl_notify_stale + "|"
template += case.title.replace("|", "|") + "}}"
notice = _Notice(self.very_old_title, template)
case.very_old_notified = True


正在加载...
取消
保存