This commit is contained in:
Jack Robison 2018-10-11 18:09:55 -04:00
parent 9b40301a23
commit a34d62e256
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -199,7 +199,7 @@ class UPnP:
except (UPnPError, NotImplementedError):
print("failed to add and remove a mapping")
if self.gateway._device:
if self.gateway.devices:
device = list(self.gateway.devices.values())[0]
assert device.manufacturer and device.modelName
device_path = os.path.join(os.getcwd(), self.gateway.manufacturer_string)