wez3 / volkswagen-carnet-client

A Python client to use Volkswagen CarNet
40 stars 21 forks source link

Car Service #13

Closed 0rsa closed 5 years ago

0rsa commented 5 years ago

Hello,

First, thank you for your work, it's very convenient for my use. Service values (serviceInKm & serviceInDays) are empty in my case, values are correct using Car Net website. Can you check?

Thank you.

mikaelho commented 5 years ago

Looks like there is a missing conversion to int before multiplying with -1.

0rsa commented 5 years ago

You're right, I removed line which multiply by -1 and the value is now showed up. Thank you.