parent
1184b23223
commit
140265621f
|
@ -224,7 +224,7 @@ class uPnPThread(threading.Thread, StoppableThread):
|
||||||
continue
|
continue
|
||||||
newRouter = Router(resp, ip)
|
newRouter = Router(resp, ip)
|
||||||
for router in self.routers:
|
for router in self.routers:
|
||||||
if router.location == newRouter.location:
|
if router.routerPath == newRouter.routerPath:
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
logger.debug("Found UPnP router at %s", ip)
|
logger.debug("Found UPnP router at %s", ip)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user