Skip to content

Commit

Permalink
fix secure_filename, remove old waffle
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebg committed Jul 1, 2020
1 parent e1da091 commit 96273e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[![Coverage Status](https://coveralls.io/repos/jorgebg/gief/badge.svg)](https://coveralls.io/r/jorgebg/gief)
[![MIT License](https://img.shields.io/pypi/l/gief.svg)](https://github.com/jorgebg/gief/blob/master/LICENSE)

[![Stories in Ready](https://badge.waffle.io/jorgebg/gief.svg)](http://waffle.io/jorgebg/gief)

Instant HTTP file uploading server.

Expand Down
2 changes: 1 addition & 1 deletion gief/gief.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
from flask import Flask, request, redirect, url_for
from werkzeug import secure_filename
from werkzeug.utils import secure_filename


app = Flask(__name__)
Expand Down

0 comments on commit 96273e5

Please sign in to comment.