mirror of
https://github.com/dkmstr/openuds.git
synced 2025-02-03 13:47:14 +03:00
fixed maxDeployed beinf overwriten
This commit is contained in:
parent
c06c3df327
commit
8473b80978
@ -267,8 +267,6 @@ class Service(Module):
|
||||
|
||||
if self.maxDeployed < 1:
|
||||
self.maxDeployed = Service.UNLIMITED
|
||||
else:
|
||||
self.maxDeployed = Service.UNLIMITED
|
||||
|
||||
def requestServicesForAssignation(
|
||||
self, **kwargs
|
||||
|
Loading…
x
Reference in New Issue
Block a user