Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Duplicate names
Browse files Browse the repository at this point in the history
  • Loading branch information
Hattorius committed Dec 30, 2021
1 parent e66123e commit e815a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -79,7 +79,7 @@ import random
anticaptcha = 'a4d26ba7ec33ba9aa810449b42a6d011'
kopeechka = '99355de805609eac0dc5750f49fb18e5'
smsactivate = 'b97683d5f482A06051Ab7fc81bb4d495'
create = 100
createAmount = 100

proxies = ["ip:port", "user:password@ip:port"]

Expand All @@ -96,7 +96,7 @@ def createAccount(a, retries=0):
f.write(session.token + '\n')

pool = ThreadPool(100)
pool.map(createAccount, list(range(create)))
pool.map(createAccount, list(range(createAmount)))
```

## License
Expand Down

0 comments on commit e815a37

Please sign in to comment.