Commit 561f0640 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

remove file

parent 2b1cece0
......@@ -98,6 +98,8 @@ def application(environ,start_response):
with open(pdf_name,'rb') as f:
contents = f.read()
os.remove(pdf_name)
filesize = str(len(contents))
filesize = filesize.encode('utf-8')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment