Skip to content

Commit

Permalink
update ham_keys.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptechgithub committed Aug 18, 2024
1 parent 1cb794d commit b1b9fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ham_keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ generate_key_process() {
return
fi

for i in {1..32}; do
for i in {1..55}; do
sleep $((EVENTS_DELAY * (RANDOM % 3 + 1) / 3))
has_code=$(emulate_progress "$client_token" "$promo_id" "$proxy")

Expand Down

0 comments on commit b1b9fa1

Please sign in to comment.