Krushil Amrutiya
Krushil Amrutiya
same here. errors when installing the dependency
Thanks for getting back! I was having trouble setting up my flask app with this package where I can start my car and use the preset climate controls.
I am a little confused regarding how I can call the commands using the subarulink package inside the flask app. Should I use subarulink(lock) to lock the car?
I believe I got the commands working! I need assistance with storing the subarulink.cfg file in the root directory of the flask app so when I host it, its easier...
Is it possible to edit the default path of the config file? I keep getting stuck with the config file path when deploying it to WayScript for hosting.
Thanks for getting back! The way I had my flask app set up was that when I request a door command or engine command, it would use the subprocess module...