red.py: Introduce subtask missingnotice

Issue #64 (#64)
This commit is contained in:
2018-09-18 11:37:43 +02:00
parent cfb3e8e37c
commit 63d3f837e9

4
red.py
View File

@@ -73,6 +73,10 @@ def prepare_bot( task_slug, subtask, genFactory, subtask_args ):
# Import related bot
from bots.markpages import MarkPagesBot as Bot
elif subtask == "missingnotice":
# Import related bot
from bots.missingnotice import MissingNoticeBot as Bot
# Subtask error
else:
jogobot.output( (