Move uPnP port remove to fileserver
This commit is contained in:
parent
2ab04deded
commit
31077eb346
3 changed files with 13 additions and 12 deletions
|
@ -272,7 +272,7 @@ def _orchestrate_soap_request(ip, port, msg_fn, desc=None):
|
|||
|
||||
soap_messages = [
|
||||
msg_fn(ip, port, desc, proto, idg_data['upnp_schema'])
|
||||
for proto in ['TCP', 'UDP']
|
||||
for proto in ['TCP']
|
||||
]
|
||||
|
||||
_send_requests(soap_messages, **idg_data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue