forked from shaba/openuds
fixed maxDeployed beinf overwriten
This commit is contained in:
parent
c06c3df327
commit
8473b80978
@ -267,8 +267,6 @@ class Service(Module):
|
|||||||
|
|
||||||
if self.maxDeployed < 1:
|
if self.maxDeployed < 1:
|
||||||
self.maxDeployed = Service.UNLIMITED
|
self.maxDeployed = Service.UNLIMITED
|
||||||
else:
|
|
||||||
self.maxDeployed = Service.UNLIMITED
|
|
||||||
|
|
||||||
def requestServicesForAssignation(
|
def requestServicesForAssignation(
|
||||||
self, **kwargs
|
self, **kwargs
|
||||||
|
Loading…
Reference in New Issue
Block a user