Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -79,7 +79,6 @@ async def process_batch_data(batch_id: str):
|
|
| 79 |
.execute()
|
| 80 |
)
|
| 81 |
print("Completed processing")
|
| 82 |
-
|
| 83 |
except Exception as e:
|
| 84 |
print(f"Error in background processing: {str(e)}")
|
| 85 |
# You might want to log this error or handle it in some way
|
|
|
|
| 79 |
.execute()
|
| 80 |
)
|
| 81 |
print("Completed processing")
|
|
|
|
| 82 |
except Exception as e:
|
| 83 |
print(f"Error in background processing: {str(e)}")
|
| 84 |
# You might want to log this error or handle it in some way
|