Skip to content

Commit

Permalink
Update Http.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Huibq authored Oct 1, 2023
1 parent aa28ab7 commit 3437e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flaskSystem/src/Common/Http.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def getHttp(self,
url: str,
method: int = 0,
data: bytes = r'',
header: dict[str, str str] = {},
header: dict[str, str, str] = {},
params: dict[str, str] = {}
) -> requests.Response:
"""
Expand Down

0 comments on commit 3437e1d

Please sign in to comment.