Merge remote-tracking branch 'origin/v3.0'

This commit is contained in:
Adolfo Gómez García 2020-11-27 14:33:11 +01:00
commit 1d7c57eb2f

View File

@ -147,6 +147,9 @@ class IPMachinesService(IPServiceBase):
if values[0] == b'v4':
self._skipTimeOnFailure = int(values[3].decode())
# Sets maximum services for this
self.maxDeployed = len(self._ips)
def getUnassignedMachine(self) -> typing.Optional[str]:
# Search first unassigned machine
try: