Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Jun 13, 2024
1 parent 275483d commit 3137b86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/py/flwr/superexec/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ def run_superexec() -> None:
bckg_threads=None,
)

# Block
while True:
superexec_server.wait_for_termination(timeout=1)
superexec_server.wait_for_termination()


def _parse_args_run_superexec() -> argparse.ArgumentParser:
Expand Down

0 comments on commit 3137b86

Please sign in to comment.