Updates pending full V1 release
This commit is contained in:
@@ -6,9 +6,10 @@ class Config:
|
||||
CLIENT_SECRET = os.environ.get('REDDIT_CLIENT_SECRET')
|
||||
USERNAME = os.environ.get('REDDIT_USERNAME')
|
||||
PASSWORD = os.environ.get('REDDIT_PASSWORD')
|
||||
USER_AGENT = os.environ.get('REDDIT_USER_AGENT', 'modbot by /u/your_username')
|
||||
USER_AGENT = os.environ.get('REDDIT_USER_AGENT', 'modreplybot by /u/your_username')
|
||||
SUBREDDIT = os.environ.get('REDDIT_SUBREDDIT')
|
||||
WIKI_PAGE = os.environ.get('REDDIT_WIKI_PAGE', 'modbot-config')
|
||||
WIKI_PAGE = os.environ.get('REDDIT_WIKI_PAGE', 'modreplybot-config')
|
||||
LOG_LEVEL = os.environ.get('LOG_LEVEL', 'Default')
|
||||
|
||||
@staticmethod
|
||||
def validate():
|
||||
|
||||
Reference in New Issue
Block a user