Преглед изворни кода

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


Loading…
Откажи
Сачувај