mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2025-07-08 15:22:23 +02:00
This is only needed if we are running directly in Python.
This commit is contained in:
@ -127,7 +127,3 @@ def result_download(base64slug):
|
|||||||
filename = secure_filename(os.path.splitext(filename)[0] + "-cleaned.csv")
|
filename = secure_filename(os.path.splitext(filename)[0] + "-cleaned.csv")
|
||||||
|
|
||||||
return send_from_directory(app.config["UPLOAD_PATH"], filename, as_attachment=True)
|
return send_from_directory(app.config["UPLOAD_PATH"], filename, as_attachment=True)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
app.run(host="127.0.0.1", port=8080, debug=True)
|
|
||||||
|
Reference in New Issue
Block a user