Skip to content

Commit

Permalink
Set specific app id
Browse files Browse the repository at this point in the history
  • Loading branch information
azthec committed Aug 9, 2023
1 parent 7af7fbf commit c0dfe93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vk_scraper/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def login(self):
self.login_user, self.login_pass,
auth_handler=self.two_factor_handler,
captcha_handler=self.captcha_handler,
app_id=2685278,
api_version='5.101',
)

Expand Down

0 comments on commit c0dfe93

Please sign in to comment.