Omkar008 commited on
Commit
6e60af6
·
verified ·
1 Parent(s): 124eddf

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -74,7 +74,7 @@ async def process_batch_data(batch_id: str):
74
  # .insert()
75
  # .execute()
76
  # )
77
- print(f"Inserted data for ID: {res_id}")
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)}")