From 83a203f59a6182323b9de4a50c793239d4b72275 Mon Sep 17 00:00:00 2001 From: AshotS Date: Sun, 24 Dec 2017 17:04:02 +0500 Subject: [PATCH] Update README.rst --- README.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index de97fd6..da66245 100644 --- a/README.rst +++ b/README.rst @@ -20,12 +20,12 @@ Payeer (https://payeercom.docs.apiary.io/). Приложение реализу Пример:: -from payeer_api import PayeerAPI - -account = 'P1000000' -api_id = '123456789' -api_pass = 'KRicaFodFrgJer6' - -p = PayeerAPI(account, api_id, api_pass) - -p.get_balance() \ No newline at end of file + from payeer_api import PayeerAPI + + account = 'P1000000' + api_id = '123456789' + api_pass = 'KRicaFodFrgJer6' + + p = PayeerAPI(account, api_id, api_pass) + + p.get_balance()