Skip to content

Commit c43b28a

Browse files
committed
VkApi.check_token: changed method for check
1 parent 2ab9a00 commit c43b28a

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
@@ -279,7 +279,7 @@ def check_token(self):
279279

280280
if self.token:
281281
try:
282-
self.method('isAppUser')
282+
self.method('stats.trackVisitor')
283283
except ApiError:
284284
return False
285285

0 commit comments

Comments
 (0)