Closed freinbichler closed 8 months ago
Thanks for reporting, will try to reproduce and fix accordingly
The reason should be that .isdigit()
is a String method, however car_id
is of type int
.
However, if I set the environment variable as a string, I get the following error:
ERROR - Error: Please set the environment variable CAR_ID to a valid number and try again.
Sorry again, was doing too much in parallel and found an issue in my test system. Will fix and release new version by today
Btw: there is a typo in the filename
teslamte_telegram_bot.py
Good catch!
Will release after lunch
After upgrading to v0.7.2 I am getting the following error (with and without setting the
CAR_ID
env variable):Btw: there is a typo in the filename
teslamte_telegram_bot.py