fix 37 port

This commit is contained in:
Andrey
2021-01-02 09:56:47 +03:00
parent a958d56e6b
commit d56cffa68f

View File

@@ -259,7 +259,7 @@ class MegaD:
return pty, m return pty, m
async def scan_ports(self,): async def scan_ports(self,):
for x in range(37): for x in range(38):
ret = await self.scan_port(x) ret = await self.scan_port(x)
if ret: if ret:
yield [x, *ret] yield [x, *ret]