Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastheman committed Mar 18, 2024
1 parent 73a0c6d commit 973269b
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 @@ -677,7 +677,7 @@ def get_statuses(self, session_id: str = None, event_type: str = None, sender_na
_headers = self.headers.copy()

if n_max:
_headers['X-Limit'] = str(n_max)
_headers['X-Limit'] = str(n_max)

response = requests.get(self._get_url_api_v1('statuses'), params=_params, verify=self.verify, headers=_headers)

Expand Down

0 comments on commit 973269b

Please sign in to comment.