Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -212,7 +212,6 @@ class FileProcessor:
|
|
212 |
logger.error(f"Error processing files: {str(e)}")
|
213 |
|
214 |
return combined_data
|
215 |
-
|
216 |
def _process_zip_file(self, zip_path: str) -> List[Dict]:
|
217 |
"""Process ZIP file contents more efficiently"""
|
218 |
results = []
|
|
|
212 |
logger.error(f"Error processing files: {str(e)}")
|
213 |
|
214 |
return combined_data
|
|
|
215 |
def _process_zip_file(self, zip_path: str) -> List[Dict]:
|
216 |
"""Process ZIP file contents more efficiently"""
|
217 |
results = []
|