Skip to content

Commit

Permalink
Fixed: default type for request bodies
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Oct 15, 2023
1 parent d432ca8 commit df222e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/resource/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def set_request(
iri: str,
method: str = "GET",
headers: StrHeaderListType = None,
content: bytes = None,
content: bytes = b"",
) -> None:
"""
Set the resource's request. All values are strings.
Expand Down

0 comments on commit df222e8

Please sign in to comment.