mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-25 23:21:41 +03:00
Reformating
This commit is contained in:
parent
89864b11c2
commit
1e3478314b
@ -271,14 +271,7 @@ class Initialize(ActorV3Action):
|
|||||||
state__in=[State.USABLE, State.PREPARING],
|
state__in=[State.USABLE, State.PREPARING],
|
||||||
)
|
)
|
||||||
|
|
||||||
userService: UserService = next(
|
userService: UserService = next(iter(dbFilter))
|
||||||
iter(
|
|
||||||
dbFilter.filter(
|
|
||||||
unique_id__in=idsList,
|
|
||||||
state__in=[State.USABLE, State.PREPARING],
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.info('Unmanaged host request: %s, %s', self._params, e)
|
logger.info('Unmanaged host request: %s, %s', self._params, e)
|
||||||
return ActorV3Action.actorResult(
|
return ActorV3Action.actorResult(
|
||||||
|
Loading…
Reference in New Issue
Block a user