Skip to content

Commit

Permalink
Update src/py/flwr/client/connection/fleet_connection.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chong Shen Ng <[email protected]>
  • Loading branch information
panh99 and chongshenng committed Oct 25, 2024
1 parent 0c709e7 commit 5f64db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/client/connection/fleet_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def __init__( # pylint: disable=R0913, R0914, R0915
"""
self.server_address = server_address
self.insecure = insecure
self.retrier = retry_invoker
self.retry_invoker = retry_invoker
self.max_message_length = max_message_length
self.root_certificates = root_certificates
self.authentication_keys = authentication_keys
Expand Down

0 comments on commit 5f64db5

Please sign in to comment.