#1383 fix constants.py

This commit is contained in:
yoonthegoon 2023-07-23 20:46:18 -04:00
parent 2351c88ace
commit 747592450b

View file

@ -272,7 +272,7 @@ async def post_fetch(
cls,
url,
headers: dict[str, str] = {},
data: str = "",
data: Union[str, dict[str, str]] = "",
params: str = "",
json: bool = False,
proxy: bool = False,