mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 11:37:42 +00:00
Merge 59641d85bf83950e5e646fdfcf4d3f9247424ea8 into 732e28d0f0bf226ab6372bd95c8ed2c91fad066b
This commit is contained in:
commit
fbe7988296
@ -31,7 +31,7 @@ try:
|
||||
except:
|
||||
pass
|
||||
sock.settimeout(1)
|
||||
sock.bind(("192.168.0.6", SSDP_PORT))
|
||||
sock.bind(("0.0.0.0", SSDP_PORT))
|
||||
sock.sendto(ssdpRequest, (SSDP_ADDR, SSDP_PORT))
|
||||
try:
|
||||
while 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user