Update app.py
Browse files
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=
|
| 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 |
|