Change required config items
This commit is contained in:
parent
e9cd48a21c
commit
3af9c15492
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ from jarvis_core.config import Config
|
|||
|
||||
|
||||
class TaskConfig(Config):
|
||||
REQUIRED = ["token", "client_id", "mongo", "twitter"]
|
||||
REQUIRED = ["token", "mongo", "twitter"]
|
||||
OPTIONAL = {"log_level": "WARNING"}
|
||||
|
|
Loading…
Add table
Reference in a new issue