Omkar008 commited on
Commit
93f65c3
·
verified ·
1 Parent(s): 507f1f1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
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