Преглед изворни кода

task numbers for copyvios and dailycats

tags/v0.1^2
Ben Kurtovic пре 12 година
родитељ
комит
b9d200aeca
2 измењених фајлова са 2 додато и 0 уклоњено
  1. +1
    -0
      bot/tasks/afc_copyvios.py
  2. +1
    -0
      bot/tasks/afc_dailycats.py

+ 1
- 0
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


+ 1
- 0
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


Loading…
Откажи
Сачувај