supersaiyanmode / PyWebOSTV

Python API for controlling LG TVs (Web OS)
MIT License
271 stars 50 forks source link

Prompt each time I relaunch my remote #8

Closed Gustry closed 6 years ago

Gustry commented 6 years ago

I have no idea how the security is done in this remote, but the script is still asking me the prompt on TV when I relaunch my script. Is there a trick to do to avoid this?

I can update the readme if needed. (I have another PR coming)

supersaiyanmode commented 6 years ago

That is why there's a 'store' variable in the README. It's meant to be persisted somewhere (DB, config file) and re-read into before the second use.

supersaiyanmode commented 6 years ago

BTW, thanks for pointing out! I have fixed the README. :)