Insert a StatusAPI and a wrapper function to detect if Bot or Parts are disabled
Use a separate config file
This commit is contained in:
@@ -25,4 +25,4 @@
|
||||
Scripts for our redundances bot
|
||||
"""
|
||||
# noqa needed to prevent pyflakes from warning about unused imports
|
||||
from jogobot.jogobot import ( output, sendmail ) # noqa
|
||||
from jogobot.jogobot import ( output, sendmail, is_active ) # noqa
|
||||
|
||||
Reference in New Issue
Block a user