Skip to content

Commit cd210d9

Browse files
authored
Update API.py
1 parent 62d36f8 commit cd210d9

File tree

1 file changed

+1
-0
lines changed
  • whatsapp_api_client_python

1 file changed

+1
-0
lines changed

whatsapp_api_client_python/API.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def __init__(
4848
self.useDirectHost = useDirectHost
4949
self.host, self.media = self._determine_host(idInstance) if self.useDirectHost else (host, media)
5050

51+
# Change default values in init() if required (slow connection)
5152
self.host_timeout = host_timeout
5253
self.media_timeout = media_timeout
5354

0 commit comments

Comments
 (0)