Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Nov 6, 2024
1 parent 9e1cc5c commit 717e3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/network/clients/grpc_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def get_model_from_combiner(self, id: str, client_id: str, timeout: int = 20) ->
return None
continue
except grpc.RpcError as e:
return self._handle_grpc_error(e, "Download", lambda: self.get_model_from_combiner(id, client_name, timeout))
return self._handle_grpc_error(e, "Download", lambda: self.get_model_from_combiner(id, client_id, timeout))
except Exception as e:
logger.error(f"GRPC (Download): An error occurred: {e}")
self._disconnect()
Expand Down

0 comments on commit 717e3d1

Please sign in to comment.