Fixed changes caused by newer mycroft version
Signed-off-by: merspieler <merspieler@users.noreply.github.com>
This commit is contained in:
parent
ed41c41bc3
commit
5c14e3e6e8
1 changed files with 23 additions and 23 deletions
|
@ -506,7 +506,7 @@ class FlightGearCopilotSkill(MycroftSkill):
|
|||
net = re.sub("\d[1-3]$", '', net)
|
||||
|
||||
# scan network
|
||||
for host_part in range(1, 255):
|
||||
for host_part in range(1, 254):
|
||||
ip = net + str(host_part)
|
||||
try:
|
||||
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
|
|
Loading…
Reference in a new issue