From 614f288bb9d9ae7de1ea89df485cab2f30f777ad Mon Sep 17 00:00:00 2001 From: Jonathan Golder Date: Sat, 28 Oct 2017 18:44:05 +0200 Subject: [PATCH] Activate jogobot status api for onwiki disabling Related Task: [FS#86](https://fs.golderweb.de/index.php?do=details&task_id=86) --- red.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/red.py b/red.py index 8ea4f7b..8abffa3 100644 --- a/red.py +++ b/red.py @@ -124,8 +124,8 @@ def main(*args): # Disabled until [FS#86] is done # Before run, we need to check wether we are currently active or not - # if not jogobot.bot.active( task_slug ): - # return + if not jogobot.bot.active( task_slug ): + return # Parse local Args to get information about subtask ( subtask, genFactory, subtask_args ) = jogobot.bot.parse_local_args(