requests / toolbelt

A toolbelt of useful classes and functions to be used with python-requests
https://toolbelt.readthedocs.org
Other
1k stars 186 forks source link

fix: create workers at the end of __init__ #382

Open clyfish opened 2 weeks ago

clyfish commented 2 weeks ago

fix https://github.com/requests/toolbelt/issues/381

After adjusting the code order, the problem was solved.