diff --git a/src/tqdm_publisher/_demos/_multiple_bars/_server.py b/src/tqdm_publisher/_demos/_multiple_bars/_server.py index fc7e018..248a2ed 100644 --- a/src/tqdm_publisher/_demos/_multiple_bars/_server.py +++ b/src/tqdm_publisher/_demos/_multiple_bars/_server.py @@ -15,7 +15,8 @@ class WebSocketProgressBar: """ This is similar to the `send_progress_update_to_client` function from the single bar demo server. - Except for multiple bars, it is easier to link to a particular `request_id` as a + The translation of this approach into a scoped class definition is merely to showcase an alternative approach + of the execution. """ def __init__(self, request_id: str):