Skip to content

Commit 07dd543

Browse files
refator
1 parent c54b95a commit 07dd543

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HL/Car.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def main(self):
207207
bp2 = Button("GPIO6")
208208
try:
209209
Schumacher = Driver(128, 128)
210-
GR86 = Car(Schumacher.ai)
210+
GR86 = Car(Schumacher)
211211
log.info("Initialisation terminée")
212212
if input("Appuyez sur D pour démarrer ou tout autre touche pour quitter") in ("D", "d") or bp2.is_pressed:
213213
log.info("Depart")

0 commit comments

Comments
 (0)