diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-11-19 08:20:56 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-11-19 08:20:56 +0100 |
commit | 17cbf5594777c309135a91a871c925b03a2c5046 (patch) | |
tree | 9e09947fb975f2f18a80d2187ea6099b5ad19366 /runserver.py | |
parent | simplification (diff) | |
download | newspipe-17cbf5594777c309135a91a871c925b03a2c5046.tar.gz newspipe-17cbf5594777c309135a91a871c925b03a2c5046.tar.bz2 newspipe-17cbf5594777c309135a91a871c925b03a2c5046.zip |
Add a way to get the json encoded by jquery in the URL when using the GET method.
Diffstat (limited to 'runserver.py')
-rwxr-xr-x | runserver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runserver.py b/runserver.py index ccd8bc60..cda0e06f 100755 --- a/runserver.py +++ b/runserver.py @@ -57,4 +57,4 @@ with application.app_context(): if __name__ == '__main__': application.run(host=conf.WEBSERVER_HOST, port=conf.WEBSERVER_PORT, - debug=conf.LOG_LEVEL <= logging.DEBUG) + debug=True) |