diff --git a/syng/client.py b/syng/client.py index 42de18f..604a1d3 100644 --- a/syng/client.py +++ b/syng/client.py @@ -401,7 +401,7 @@ async def handle_request_config(data: dict[str, Any]) -> None: { "source": data["source"], "config": chunk, - "number": current + 1, + "number": current, "total": num_chunks, }, ) @@ -417,7 +417,7 @@ async def handle_request_config(data: dict[str, Any]) -> None: { "source": data["source"], "config": chunk, - "number": current + 1, + "number": current, "total": num_chunks, }, )