From b9d200aeca36406af4a56eceb56b0ea3164e5d2e Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 21 Oct 2011 20:26:52 -0400 Subject: [PATCH] task numbers for copyvios and dailycats --- bot/tasks/afc_copyvios.py | 1 + bot/tasks/afc_dailycats.py | 1 + 2 files changed, 2 insertions(+) diff --git a/bot/tasks/afc_copyvios.py b/bot/tasks/afc_copyvios.py index 4443cf1..173c690 100644 --- a/bot/tasks/afc_copyvios.py +++ b/bot/tasks/afc_copyvios.py @@ -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 diff --git a/bot/tasks/afc_dailycats.py b/bot/tasks/afc_dailycats.py index a00fc4a..9377970 100644 --- a/bot/tasks/afc_dailycats.py +++ b/bot/tasks/afc_dailycats.py @@ -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