ParaaAi commited on
Commit
4df330f
·
verified ·
1 Parent(s): f82eb8b

Update workers_tools.py

Browse files
Files changed (1) hide show
  1. workers_tools.py +1 -1
workers_tools.py CHANGED
@@ -219,7 +219,7 @@ class StateManager:
219
  self.state_csv_path = work_dir / "new_tracking_processamento.csv"
220
  self.chunks_dir = chunks_dir
221
  self._carregar_ou_criar_csv()
222
- self.id_minimo = 3060
223
 
224
  def _carregar_ou_criar_csv(self):
225
  if self.state_csv_path.exists():
 
219
  self.state_csv_path = work_dir / "new_tracking_processamento.csv"
220
  self.chunks_dir = chunks_dir
221
  self._carregar_ou_criar_csv()
222
+ self.id_minimo = 1
223
 
224
  def _carregar_ou_criar_csv(self):
225
  if self.state_csv_path.exists():