mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-11 17:13:49 +00:00
Fix Generic service mover success output
This commit is contained in:
parent
a7208c1a91
commit
9a339729b7
2 changed files with 2 additions and 2 deletions
selfprivacy_api
|
@ -27,4 +27,4 @@ async def get_token_header(
|
||||||
|
|
||||||
def get_api_version() -> str:
|
def get_api_version() -> str:
|
||||||
"""Get API version"""
|
"""Get API version"""
|
||||||
return "2.0.4"
|
return "2.0.5"
|
||||||
|
|
|
@ -231,6 +231,6 @@ def move_service(
|
||||||
job=job,
|
job=job,
|
||||||
status=JobStatus.FINISHED,
|
status=JobStatus.FINISHED,
|
||||||
result=f"{service_name} moved successfully.",
|
result=f"{service_name} moved successfully.",
|
||||||
status_text=f"Starting {service}...",
|
status_text=f"Starting {service_name}...",
|
||||||
progress=100,
|
progress=100,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue