Fix loop bug (#122)

This commit is contained in:
you-n-g
2024-07-26 13:47:50 +08:00
committed by GitHub
parent faa2fb03ad
commit 38ac4cffcd
+1 -1
View File
@@ -90,7 +90,7 @@ class LoopBase:
except self.skip_loop_error as e:
logger.warning(f"Skip loop {li} due to {e}")
self.loop_idx += 1
self.step_index = 0
self.step_idx = 0
continue
end = datetime.datetime.now(datetime.timezone.utc)