aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/__init__.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-27 18:22:55 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-27 18:22:55 +0200
commita83a5447f67fc0eae8cf44a19d97de2c0f2ace45 (patch)
treec2b72711df6ee5f5a6aa15c619798348e9a12e5b /pyaggr3g470r/__init__.py
parentUpdated JSON export. (diff)
downloadnewspipe-a83a5447f67fc0eae8cf44a19d97de2c0f2ace45.tar.gz
newspipe-a83a5447f67fc0eae8cf44a19d97de2c0f2ace45.tar.bz2
newspipe-a83a5447f67fc0eae8cf44a19d97de2c0f2ace45.zip
Updated JSON export.
Diffstat (limited to 'pyaggr3g470r/__init__.py')
-rw-r--r--pyaggr3g470r/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/__init__.py b/pyaggr3g470r/__init__.py
index fd08ffc6..9dae02cb 100644
--- a/pyaggr3g470r/__init__.py
+++ b/pyaggr3g470r/__init__.py
@@ -23,7 +23,7 @@ app.config['RECAPTCHA_USE_SSL'] = True
app.config['RECAPTCHA_PUBLIC_KEY'] = conf.RECAPTCHA_PUBLIC_KEY
app.config['RECAPTCHA_PRIVATE_KEY'] = conf.RECAPTCHA_PRIVATE_KEY
-ALLOWED_EXTENSIONS = set(['xml', 'opml'])
+ALLOWED_EXTENSIONS = set(['xml', 'opml', 'json'])
def allowed_file(filename):
"""
bgstack15