diff --git a/Car.py b/Car.py index 2639279..9e38d47 100644 --- a/Car.py +++ b/Car.py @@ -408,7 +408,7 @@ class Car(): #print(self.distToInter, self.minSpace, dts) # Si on est bloqué dans une dépendance circulaire - if self.timeAtInter > 10 and self.circularLeaderDep(): + if self.timeAtInter >= 0 and self.circularLeaderDep(): self.forceThrough = True if self.forceThrough: