diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-10 07:36:00 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-10 07:36:00 +0200 |
commit | 367c4d5aa807839b2106545cf8bc99a274e1a7f4 (patch) | |
tree | 265d4d97bdd7f03a0db0d6ff1aef66cc3661d353 /src/bootstrap.py | |
parent | updated platform URL (diff) | |
download | newspipe-367c4d5aa807839b2106545cf8bc99a274e1a7f4.tar.gz newspipe-367c4d5aa807839b2106545cf8bc99a274e1a7f4.tar.bz2 newspipe-367c4d5aa807839b2106545cf8bc99a274e1a7f4.zip |
new name: the last one.
Diffstat (limited to 'src/bootstrap.py')
-rw-r--r-- | src/bootstrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.py b/src/bootstrap.py index 7b6a6c8c..912c35ae 100644 --- a/src/bootstrap.py +++ b/src/bootstrap.py @@ -25,7 +25,7 @@ from flask_sqlalchemy import SQLAlchemy # Create Flask application application = Flask('web') -if os.environ.get('JARR_TESTING', False) == 'true': +if os.environ.get('Newspipe_TESTING', False) == 'true': application.debug = logging.DEBUG application.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///:memory:' application.config['TESTING'] = True |