Parcourir la source

Fix again!

tags/v0.1^2
Ben Kurtovic il y a 12 ans
Parent
révision
c379aa3cb5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      bot/tasks/afc_statistics.py

+ 1
- 1
bot/tasks/afc_statistics.py Voir le fichier

@@ -22,7 +22,7 @@ class Task(BaseTask):
number = 2

def __init__(self):
self.cfg = config.tasks.get(self.name, {})
self.cfg = cfg = config.tasks.get(self.name, {})

# Set some wiki-related attributes:
self.pagename = cfg.get("page", "Template:AFC statistics")


Chargement…
Annuler
Enregistrer