Browse Source

task numbers for copyvios and dailycats

tags/v0.1^2
Ben Kurtovic 12 years ago
parent
commit
b9d200aeca
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      bot/tasks/afc_copyvios.py
  2. +1
    -0
      bot/tasks/afc_dailycats.py

+ 1
- 0
bot/tasks/afc_copyvios.py View File

@@ -6,6 +6,7 @@ class Task(BaseTask):
"""A task to check newly-edited [[WP:AFC]] submissions for copyright
violations."""
name = "afc_copyvios"
number = 1

def __init__(self):
pass


+ 1
- 0
bot/tasks/afc_dailycats.py View File

@@ -5,6 +5,7 @@ from classes import BaseTask
class Task(BaseTask):
""" A task to create daily categories for [[WP:AFC]]."""
name = "afc_dailycats"
number = 3

def __init__(self):
pass


Loading…
Cancel
Save