diff --git a/blacklist/views/download/index.py b/blacklist/views/download/index.py index 3c37f36..3a4e708 100644 --- a/blacklist/views/download/index.py +++ b/blacklist/views/download/index.py @@ -44,4 +44,4 @@ def generate(): flask.stream_with_context(generate()), mimetype="text/plain", headers={"Content-disposition": - "attachment; filename=flatbl.txt"}) \ No newline at end of file + "attachment; filename=flatbl.txt"})