BananaSauce commited on
Commit
de1fe00
·
1 Parent(s): 788a412

Update second.py

Browse files
Files changed (1) hide show
  1. second.py +1 -1
second.py CHANGED
@@ -110,7 +110,7 @@ def double_main(uploaded_file1,uploaded_file2):
110
 
111
  try:
112
  # Save the Excel file
113
- excel_writer.save()
114
  except Exception as e:
115
  print(f"Error encountered during saving: {e}")
116
  # Handle or print the error
 
110
 
111
  try:
112
  # Save the Excel file
113
+ excel_writer.close()
114
  except Exception as e:
115
  print(f"Error encountered during saving: {e}")
116
  # Handle or print the error