Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmacias95 authored Dec 19, 2023
1 parent fbcedfb commit d8ea579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vt/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ class Client:
made by the client (None by default).
:param headers: Dict of headers defined by the user.
:param verify_ssl: Whether to verify the certificate in SSL connections.
:param connector: (Optional) A custom aiohttp connector.
:type apikey: str
:type agent: str
:type host: str
Expand All @@ -200,6 +201,7 @@ class Client:
:type proxy: str
:type headers: dict
:type verify_ssl: bool
:type connector: aiohttp.BaseConnector
"""

def __init__(
Expand Down

0 comments on commit d8ea579

Please sign in to comment.