Redmind commited on
Commit
bbc6ec7
·
verified ·
1 Parent(s): 8dbabe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1267,7 +1267,7 @@ def create_pdf(cname,ename,account_number, directory):
1267
 
1268
  },
1269
  )
1270
- output_file_name = f"./documents/{ename}_{cname}.pdf"
1271
  document_created = True
1272
  with open(output_file_name, "wb+") as output:
1273
  output.write(filled.read())
 
1267
 
1268
  },
1269
  )
1270
+ output_file_name = f"/documents/{ename}_{cname}.pdf"
1271
  document_created = True
1272
  with open(output_file_name, "wb+") as output:
1273
  output.write(filled.read())