jordanpotti/CloudScraper

Forgot to close pool

Closed this issue · 0 comments

You're creating new processes inside a loop, and but you forgot to close it.
You can fix it by append p.close() in spider function