Skip to content

Commit 1946c95

Browse files
author
o_strokachuk
committed
Фикс представляния для питона 2.7
1 parent 209494c commit 1946c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vk_api/vk_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def method(self, method, values=None, captcha_sid=None, captcha_key=None, raw=Fa
452452
return response if raw else response['response']
453453

454454

455-
class VkApiMethod:
455+
class VkApiMethod(object):
456456
def __init__(self, vk, method=None):
457457
self._vk = vk
458458
self._method = method

0 commit comments

Comments
 (0)