TG-63 supression template pdf

This commit is contained in:
2017-03-28 10:10:22 +02:00
parent e5c50d9907
commit 5b429dd78c
3 changed files with 27 additions and 0 deletions

View File

@ -78,3 +78,7 @@ def upload_file():
<input type=submit value=Upload>
</form>
'''
def delete_file(pdf_path):
if os.path.exists(pdf_path):
os.remove(pdf_path)