diff --git a/examples/Python/wuclient.py b/examples/Python/wuclient.py index 74da4d0e..0f073a4e 100644 --- a/examples/Python/wuclient.py +++ b/examples/Python/wuclient.py @@ -19,7 +19,7 @@ zip_filter = sys.argv[1] if len(sys.argv) > 1 else "10001" socket.setsockopt_string(zmq.SUBSCRIBE, zip_filter) -# Process 5 updates +# Process 100 updates total_temp = 0 for update_nbr in range(100): string = socket.recv_string()