Marthee commited on
Commit
c580ec9
·
1 Parent(s): 15d56b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1008,9 +1008,9 @@ def saveExcel(Dictionary,plan):
1008
  print('sdjbfkhbf')
1009
  plan2=str(plan)
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/'+plan2+'summaryXML.xml')
1014
 
1015
 
1016
 
 
1008
  print('sdjbfkhbf')
1009
  plan2=str(plan)
1010
  # Dictionary.to_excel("output.xlsx",index=False)
1011
+ # xmlFile=Dictionary.to_xml()
1012
+ # print(xmlFile)
1013
+ d=dropbox_upload_file('.',local_file=Dictionary,dropbox_file_path='/savedMeasurements/'+plan2+'summaryXML.xml')
1014
 
1015
 
1016