Skip to content

Commit 806c37d

Browse files
committed
Readme
1 parent c50d6ba commit 806c37d

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To send a message or to exacute some other Green-API method, you have to have th
2929
### How to initialize an object
3030

3131
```
32-
restApi = API.RestApi(ID_INSTANCE, API_TOKEN_INSTANCE)
32+
restApi = greenAPI.RestApi(ID_INSTANCE, API_TOKEN_INSTANCE)
3333
```
3434

3535
### Sending a text message to a WhatsApp number

README_RUS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ from whatsapp_api_client_python import greenAPI
2929
### Как инициализировать объект
3030

3131
```
32-
restApi = API.RestApi(ID_INSTANCE, API_TOKEN_INSTANCE)
32+
restApi = greenAPI.RestApi(ID_INSTANCE, API_TOKEN_INSTANCE)
3333
```
3434

3535
### Отправка текстового сообщения на номер WhatsApp

whatsapp_api_client_python/greenAPI.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from array import array
2-
import mimetypes
32
import requests
43
import json
54
from whatsapp_api_client_python.response import Response

0 commit comments

Comments
 (0)