Skip to content

Commit 5cb37ce

Browse files
authored
Fixed issues with Bike and Clone key generation.
1 parent 525496f commit 5cb37ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ async def generate_key_process(app_token, promo_id, proxies):
132132
logger.error(f"Failed to generate client token for client ID: {client_id}")
133133
return None
134134

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

0 commit comments

Comments
 (0)