Skip to content

Commit

Permalink
Added using headers from request parameters file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeusina committed Aug 19, 2023
1 parent c661c3b commit 8ec922a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petersbugredu_wrap/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_child_list(self) -> list[Child]:
url = endpoints.RELATED_CHILD_LIST_URL
self.logger.info("Preparing data for getting child list")
payload = {}
headers = {}
headers = request_parameters.headers
cookies = {
"X-JWT-Token": self._token
}
Expand Down

0 comments on commit 8ec922a

Please sign in to comment.