Skip to content

Commit

Permalink
start session bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastheman committed Mar 18, 2024
1 parent 1a3f332 commit 4244bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/fedn/network/api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def start_session(
:rtype: dict
"""
response = requests.post(self._get_url('start_session'), json={
'id': id,
'session_id': id,
'aggregator': aggregator,
'model_id': model_id,
'round_timeout': round_timeout,
Expand Down

0 comments on commit 4244bb7

Please sign in to comment.