Marthee commited on
Commit
e6ca717
·
1 Parent(s): 3845b2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1010,7 +1010,7 @@ def saveExcel(Dictionary):
1010
  # Dictionary.to_excel("output.xlsx",index=False)
1011
  xmlFile=Dictionary.to_xml()
1012
  print(xmlFile)
1013
- d=dropbox_upload_file('.',local_file=xmlFile,dropbox_file_path='/savedMeasurements/'+'summaryXML.csv')
1014
 
1015
 
1016
 
 
1010
  # Dictionary.to_excel("output.xlsx",index=False)
1011
  xmlFile=Dictionary.to_xml()
1012
  print(xmlFile)
1013
+ d=dropbox_upload_file('.',local_file=xmlFile,dropbox_file_path='/savedMeasurements/'+'summaryXML.txt')
1014
 
1015
 
1016