diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-27 11:23:24 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-27 11:23:24 +0200 |
commit | ff0d0a2d003b927dded34f3f0f8124bd355aa5f0 (patch) | |
tree | d23e6a4371adac0228c9d8ff735172b6cc532380 | |
parent | Better to send email without Flask-Mail. (diff) | |
download | newspipe-ff0d0a2d003b927dded34f3f0f8124bd355aa5f0.tar.gz newspipe-ff0d0a2d003b927dded34f3f0f8124bd355aa5f0.tar.bz2 newspipe-ff0d0a2d003b927dded34f3f0f8124bd355aa5f0.zip |
Updated comment.
-rw-r--r-- | pyaggr3g470r/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/__init__.py b/pyaggr3g470r/__init__.py index 46498679..9ba33849 100644 --- a/pyaggr3g470r/__init__.py +++ b/pyaggr3g470r/__init__.py @@ -22,7 +22,7 @@ ALLOWED_EXTENSIONS = set(['xml', 'opml']) def allowed_file(filename): """ - Check if the uploaded WSW file is allowed. + Check if the uploaded file is allowed. """ return '.' in filename and \ filename.rsplit('.', 1)[1] in ALLOWED_EXTENSIONS |