Bump async-upnp-client to 0.25.0 (#66414)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Steven Looman 2022-02-27 19:29:29 +01:00 committed by GitHub
parent 1c0365a72b
commit dbbb5655e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 95 additions and 73 deletions

View file

@ -80,6 +80,10 @@ class Device:
if service_info.ssdp_location is None:
return
if change == SsdpChange.ALIVE:
# We care only about updates.
return
device = self._igd_device.device
if service_info.ssdp_location == device.device_url:
return