We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd210d9 commit a06a4e7Copy full SHA for a06a4e7
whatsapp_api_client_python/API.py
@@ -81,7 +81,7 @@ def _determine_host(self, idInstance: str) -> str:
81
"7103": ("https://7103.api.greenapi.com", "https://7103.media.greenapi.com"),
82
"7105": ("https://7105.api.greenapi.com", "https://7105.media.greenapi.com"),
83
"7723": ("https://7700.api.greenapi.com", "https://7700.media.greenapi.com"),
84
- "7726": ("https://api.greenapi.com", "https://media.greenapi.com")
+ "7": ("https://api.greenapi.com", "https://media.greenapi.com")
85
}
86
return next((url for key, url in mapping.items() if idInstance.startswith(key)), ("https://api.green-api.com", "https://media.green-api.com"))
87
0 commit comments