We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug docker-compose up报错如下 Traceback (most recent call last): accountpool | File "run.py", line 13, in accountpool | getattr(Scheduler(), f'run_{args.processor}')(website) accountpool | File "/app/accountpool/scheduler.py", line 43, in run_generator accountpool | generator = getattr(generators, GENERATOR_MAP[website])(website) accountpool | KeyError: 'antispider7'
The text was updated successfully, but these errors were encountered:
请用 https://github.com/Python3WebSpider/AccountPool/tree/antispider7 分支
Sorry, something went wrong.
Germey
No branches or pull requests
Describe the bug
docker-compose up报错如下
Traceback (most recent call last):
accountpool | File "run.py", line 13, in
accountpool | getattr(Scheduler(), f'run_{args.processor}')(website)
accountpool | File "/app/accountpool/scheduler.py", line 43, in run_generator
accountpool | generator = getattr(generators, GENERATOR_MAP[website])(website)
accountpool | KeyError: 'antispider7'
The text was updated successfully, but these errors were encountered: