mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-02-02 14:16:38 +00:00
Fix Generic service mover success output
This commit is contained in:
parent
a7208c1a91
commit
9a339729b7
|
@ -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"
|
||||
|
|
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue