Skip to content

Commit

Permalink
Increase max attempts count to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
shamhi committed Aug 31, 2024
1 parent 0464d82 commit 1adcbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/core/tapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ async def run(self, proxy: str | None) -> None:
promo_code = await get_promo_code(app_token=app_token,
promo_id=promo_id,
promo_title=title,
max_attempts=20,
max_attempts=30,
event_timeout=event_timeout,
session_name=self.session_name,
proxy=proxy)
Expand Down

0 comments on commit 1adcbb5

Please sign in to comment.