ソースを参照

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


読み込み中…
キャンセル
保存