Fix Generic service mover success output

remotes/1697617238042506578/master
Inex Code 2022-09-19 02:57:22 +03:00
parent a7208c1a91
commit 9a339729b7
2 changed files with 2 additions and 2 deletions

View File

@ -27,4 +27,4 @@ async def get_token_header(
def get_api_version() -> str:
"""Get API version"""
return "2.0.4"
return "2.0.5"

View File

@ -231,6 +231,6 @@ def move_service(
job=job,
status=JobStatus.FINISHED,
result=f"{service_name} moved successfully.",
status_text=f"Starting {service}...",
status_text=f"Starting {service_name}...",
progress=100,
)