V0.6 #852

Merged
Atheros1 merged 399 commits from v0.6 into master 2016-05-03 01:58:38 +02:00
Showing only changes of commit 50be5a2b4c - Show all commits

View File

@ -201,6 +201,7 @@ class uPnPThread(threading.Thread):
for router in self.routers:
if router.extPort is None:
self.createPortMapping(router)
self.sock.close()
for router in self.routers:
if router.extPort is not None:
self.deletePortMapping(router)