diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2015-03-01 14:08:02 +0100 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2015-03-03 22:23:47 +0100 |
commit | a4fb151ea53d8054cc8e3fb309395c8fa0e23aaf (patch) | |
tree | 6ce8c39978c83d22d2508da67f00c90232819855 /runserver.py | |
parent | new crawler with cache control and error handling (diff) | |
download | newspipe-a4fb151ea53d8054cc8e3fb309395c8fa0e23aaf.tar.gz newspipe-a4fb151ea53d8054cc8e3fb309395c8fa0e23aaf.tar.bz2 newspipe-a4fb151ea53d8054cc8e3fb309395c8fa0e23aaf.zip |
fixing/restoring logging level
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 8d163cd6..5a4aa1fe 100755 --- a/runserver.py +++ b/runserver.py @@ -45,7 +45,7 @@ from flask.ext.restful import Api from flask import g with application.app_context(): - g.api = Api(application, prefix='/api/v1.0') + g.api = Api(application, prefix='/api/v2.0') g.babel = babel g.allowed_file = allowed_file g.db = db |