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