Procházet zdrojové kódy

I can spell variable names, I swear.

pull/8/merge
Ben Kurtovic před 11 roky
rodič
revize
f211d8de4d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tasks/drn_clerkbot.py

+ 1
- 1
tasks/drn_clerkbot.py Zobrazit soubor

@@ -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."


Načítá se…
Zrušit
Uložit