Skip to content

Commit

Permalink
Use correct args
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Jul 12, 2024
1 parent df76002 commit 67451d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/superexec/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def start_run(
"flower-server-app",
"--run-id",
str(run_id),
"--address",
"--superlink",
self.address,
"--insecure",
],
Expand Down

0 comments on commit 67451d4

Please sign in to comment.