diff --git a/server/src/uds/core/services/service.py b/server/src/uds/core/services/service.py index 6d437342d..3cd09b983 100644 --- a/server/src/uds/core/services/service.py +++ b/server/src/uds/core/services/service.py @@ -267,8 +267,6 @@ class Service(Module): if self.maxDeployed < 1: self.maxDeployed = Service.UNLIMITED - else: - self.maxDeployed = Service.UNLIMITED def requestServicesForAssignation( self, **kwargs