python-onvif-zeep
python-onvif-zeep copied to clipboard
ONVIF Client Implementation in Python 2+3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
Results
101
python-onvif-zeep issues
Sort by
recently updated
recently updated
newest added
`logging.basicConfig()` is meant for application code. In `client.py`, it was setting up logging even when used as a library. We run into this in [frigate](https://github.com/blakeblackshear/frigate/pull/13785#pullrequestreview-2309546837).