Skip to content

Commit

Permalink
nearly there
Browse files Browse the repository at this point in the history
  • Loading branch information
gachouchani1999 committed Sep 19, 2021
1 parent 606b046 commit be38f98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file renamed Report.pptx → Essay_Format_Template.pptx
Binary file not shown.
1 change: 1 addition & 0 deletions flaskr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def index():
global f
f = request.files['file']
theme = request.form['theme']
f.filename = f.filename.replace(" ","_")
f.save(secure_filename(f.filename))
doc_reader.final_create(int(theme),f.filename)
os.remove(f.filename)
Expand Down

0 comments on commit be38f98

Please sign in to comment.