Skip to content

Commit a06a4e7

Browse files
authored
Update API.py
1 parent cd210d9 commit a06a4e7

File tree

1 file changed

+1
-1
lines changed
  • whatsapp_api_client_python

1 file changed

+1
-1
lines changed

whatsapp_api_client_python/API.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _determine_host(self, idInstance: str) -> str:
8181
"7103": ("https://7103.api.greenapi.com", "https://7103.media.greenapi.com"),
8282
"7105": ("https://7105.api.greenapi.com", "https://7105.media.greenapi.com"),
8383
"7723": ("https://7700.api.greenapi.com", "https://7700.media.greenapi.com"),
84-
"7726": ("https://api.greenapi.com", "https://media.greenapi.com")
84+
"7": ("https://api.greenapi.com", "https://media.greenapi.com")
8585
}
8686
return next((url for key, url in mapping.items() if idInstance.startswith(key)), ("https://api.green-api.com", "https://media.green-api.com"))
8787

0 commit comments

Comments
 (0)