Skip to content

Commit

Permalink
v1.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gachouchani1999 committed Sep 19, 2021
1 parent 5103192 commit 32d8a8d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file added Essay_Format_Template.docx
Binary file not shown.
Binary file added Report.pptx
Binary file not shown.
3 changes: 1 addition & 2 deletions flaskr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ def index():
f = request.files['file']
theme = request.form['theme']
f.save(secure_filename(f.filename))
path = '../'+f.filename
doc_reader.final_create(int(theme),path)
doc_reader.final_create(int(theme),f.filename)
return render_template('download.html')

@app.route('/download')
Expand Down

0 comments on commit 32d8a8d

Please sign in to comment.