Skip to content

Commit

Permalink
Update next_proxy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adw0rd authored Jun 5, 2023
1 parent 7e0994b commit 62b6503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/next_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


def next_proxy():
return random.choices(
return random.choice(
[
"http://username:[email protected]:412345",
"http://username:[email protected]:412346",
Expand Down

0 comments on commit 62b6503

Please sign in to comment.