harshrawat18 commited on
Commit
9f844a3
·
1 Parent(s): 49b6ab0

feat: trying to pause translation

Browse files
Files changed (1) hide show
  1. ingest_rajasthan.py +1 -1
ingest_rajasthan.py CHANGED
@@ -183,7 +183,7 @@ async def run_unified_scraper():
183
  except Exception as e:
184
  print(f"⚠️ Upload Error: {e}")
185
 
186
- await asyncio.sleep(0.1) # Breather for the database
187
 
188
  await db_client.aclose()
189
  print(f"\n🎉 ALL INGESTION PIPELINES COMPLETE! Successfully ingested {success_count} clean schemes.")
 
183
  except Exception as e:
184
  print(f"⚠️ Upload Error: {e}")
185
 
186
+ await asyncio.sleep(0.1) # Breather for the databasee
187
 
188
  await db_client.aclose()
189
  print(f"\n🎉 ALL INGESTION PIPELINES COMPLETE! Successfully ingested {success_count} clean schemes.")