home-assistant-libs / pychromecast

Library for Python 3 to communicate with the Google Chromecast.
MIT License
2.51k stars 378 forks source link

Improve logging in example scripts #839

Closed emontnemery closed 4 months ago

emontnemery commented 4 months ago

Improve logging in example scripts:

emontnemery commented 4 months ago

There's a lot of copy paste in the argparse setup of the examples. Maybe have some helper for that?

Fixed in https://github.com/home-assistant-libs/pychromecast/pull/841