mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 17:13:07 +08:00
#1383 fix constants.py
This commit is contained in:
parent
2351c88ace
commit
747592450b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue