Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -74,7 +74,7 @@ async def process_batch_data(batch_id: str):
|
|
| 74 |
# .insert()
|
| 75 |
# .execute()
|
| 76 |
# )
|
| 77 |
-
|
| 78 |
|
| 79 |
except Exception as e:
|
| 80 |
print(f"Error in background processing: {str(e)}")
|
|
|
|
| 74 |
# .insert()
|
| 75 |
# .execute()
|
| 76 |
# )
|
| 77 |
+
print("Completed processing")
|
| 78 |
|
| 79 |
except Exception as e:
|
| 80 |
print(f"Error in background processing: {str(e)}")
|