Merge branch 'master' of ssh://vvvvvvaria.org:12345/varia/octomode
This commit is contained in:
commit
14eaa2ed67
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class Config(object):
|
||||||
APP = Flask(__name__)
|
APP = Flask(__name__)
|
||||||
APP.config.from_object(Config)
|
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: you must provide a value for OCTOMODE_PAD_API_KEY")
|
||||||
print("error: e.g. export OCTOMODE_PAD_API_KEY=...")
|
print("error: e.g. export OCTOMODE_PAD_API_KEY=...")
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue