From f211d8de4d8795659fa87b4144f877facb52d11c Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 21 Feb 2013 18:20:06 -0500 Subject: [PATCH] I can spell variable names, I swear. --- tasks/drn_clerkbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/drn_clerkbot.py b/tasks/drn_clerkbot.py index 7cba762..f8244da 100644 --- a/tasks/drn_clerkbot.py +++ b/tasks/drn_clerkbot.py @@ -68,7 +68,7 @@ class DRNClerkBot(Task): self.volunteer_title = cfg.get("volunteers", "Wikipedia:Dispute resolution noticeboard/Volunteering") self.very_old_title = cfg.get("veryOldTitle", "User talk:Szhang (WMF)") - self.notify_stale_cases = cf.get("notifyStaleCases", False) + self.notify_stale_cases = cfg.get("notifyStaleCases", False) clerk_summary = "Updating $3 case$4." notify_summary = "Notifying user regarding [[WP:DRN|dispute resolution noticeboard]] case."