diff --git a/examples/next_proxy.py b/examples/next_proxy.py index 4b014113..82ae7fe5 100644 --- a/examples/next_proxy.py +++ b/examples/next_proxy.py @@ -22,7 +22,7 @@ def next_proxy(): - return random.choices( + return random.choice( [ "http://username:password@147.123123.123:412345", "http://username:password@147.123123.123:412346",