Browse Source

Fix again!

tags/v0.1^2
Ben Kurtovic 13 years ago
parent
commit
c379aa3cb5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bot/tasks/afc_statistics.py

+ 1
- 1
bot/tasks/afc_statistics.py View File

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


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


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


Loading…
Cancel
Save