Skip to content

Commit

Permalink
Fixed issues with Bike and Clone key generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafiqSadat authored Aug 18, 2024
1 parent 525496f commit 5cb37ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async def generate_key_process(app_token, promo_id, proxies):
logger.error(f"Failed to generate client token for client ID: {client_id}")
return None

for i in range(15):
for i in range(25):
logger.info(f"Emulating progress event {i + 1}/11 for client ID: {client_id}")
await asyncio.sleep(EVENTS_DELAY * (random.random() / 3 + 1))
try:
Expand Down

2 comments on commit 5cb37ce

@HerokuWan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add an individual setting of timing and attempts for each game. Check tg plz/

@onkey111
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add an individual setting of timing and attempts for each game. Check tg plz/

Can you get the key for the game CLONE?

Please sign in to comment.