Skip to content

Commit

Permalink
Merge pull request #2297 from Delinester/main
Browse files Browse the repository at this point in the history
FIX Infinite loop when getting promo code
  • Loading branch information
shamhi authored Sep 1, 2024
2 parents 490f08b + 56fa0a6 commit c99f675
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 @@ -422,7 +422,7 @@ async def run(self, proxy: str | None) -> None:
proxy=proxy)

if not promo_code:
continue
break

profile_data, promo_state = await apply_promo(http_client=http_client,
promo_code=promo_code)
Expand Down

0 comments on commit c99f675

Please sign in to comment.