This website works better with JavaScript.
Home
Help
Sign In
wiki
/
jogobot-red
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
0
Releases
12
Wiki
Activity
Browse Source
red.py: Introduce subtask missingnotice
Issue
#64
(
https://git.golderweb.de/wiki/jogobot-red/issues/64
)
tags/v1.2^2
Jonathan Golder
2 years ago
parent
cfb3e8e37c
commit
63d3f837e9
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
red.py
+ 4
- 0
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( (
Write
Preview
Loading…
Cancel
Save