Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gachouchani1999 committed Sep 19, 2021
1 parent ad6c25d commit 3f0b9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flaskr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def index():
f.filename = f.filename.replace(" ","_")
f.save(secure_filename(f.filename))
doc_reader.final_create(int(theme),f.filename)
os.remove(f.filename)

return render_template('download.html')


Expand Down

0 comments on commit 3f0b9ca

Please sign in to comment.