We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d36f8 commit cd210d9Copy full SHA for cd210d9
whatsapp_api_client_python/API.py
@@ -48,6 +48,7 @@ def __init__(
48
self.useDirectHost = useDirectHost
49
self.host, self.media = self._determine_host(idInstance) if self.useDirectHost else (host, media)
50
51
+ # Change default values in init() if required (slow connection)
52
self.host_timeout = host_timeout
53
self.media_timeout = media_timeout
54
0 commit comments