aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 18:22:31 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 18:22:31 +0200
commitf46cc42308752b518e2c026db94c1531d4805012 (patch)
treef4a981b5adc7ae747d6282f211b3a28be8bab6c4 /src
parenttest (diff)
downloadnewspipe-f46cc42308752b518e2c026db94c1531d4805012.tar.gz
newspipe-f46cc42308752b518e2c026db94c1531d4805012.tar.bz2
newspipe-f46cc42308752b518e2c026db94c1531d4805012.zip
test
Diffstat (limited to 'src')
-rwxr-xr-xsrc/runserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runserver.py b/src/runserver.py
index f67c1653..1099b483 100755
--- a/src/runserver.py
+++ b/src/runserver.py
@@ -61,4 +61,4 @@ with application.app_context():
if __name__ == '__main__':
application.run(host=conf.WEBSERVER_HOST,
port=conf.WEBSERVER_PORT,
- debug=True)
+ debug=False)
bgstack15