Closed ldrolez closed 2 years ago
That would mean that either ve['vehicle_name'] or ve['odometer'] equals to None, which is unexpected.
Can you add this line before line 61 and share the output:
print(ve['vehicle_name'], ve['odometer'])
Yes I never tried to change the name of the car
Please checkout menu.py of 8e0ec2e
Great! it works
With the git version, menu.py starts displaying data, and then encounters an error:
$ python3 --version Python 3.7.3