diff --git a/clusterview/mode_handlers.py b/clusterview/mode_handlers.py index 6afc402..a2d56f4 100644 --- a/clusterview/mode_handlers.py +++ b/clusterview/mode_handlers.py @@ -312,7 +312,7 @@ def __handle_choose_centroids(ctx, event): __handle_info_updates(ctx, event) - if __centroid_count == ctx.number_of_centroids.value: + if __centroid_count == ctx.number_of_centroids.value(): # We have specified the number of centroids required return