mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
Merge pull request #1 from seahawk1986/seahawk1986-patch-1
use ip address 0.0.0.0 instead of 192.168.0.6
This commit is contained in:
commit
59641d85bf
@ -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…
Reference in New Issue
Block a user