Merge branch 'master' of ssh://vvvvvvaria.org:12345/varia/octomode
This commit is contained in:
commit
14eaa2ed67
@ -23,7 +23,7 @@ class Config(object):
|
||||
APP = Flask(__name__)
|
||||
APP.config.from_object(Config)
|
||||
|
||||
if APP.config.get('PAD_API_KEY', '') == '':
|
||||
if APP.config.get('OCTOMODE_PAD_API_KEY', '') == '':
|
||||
print("error: you must provide a value for OCTOMODE_PAD_API_KEY")
|
||||
print("error: e.g. export OCTOMODE_PAD_API_KEY=...")
|
||||
exit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user