DifficultyDificuldade de implementação estimada para um novo contribuidor, de 1 para alterações muito pequenas a 5 para trabalho de nível especializado.
2
Tempo estimadoUm intervalo de tempo aproximado para um colaborador experiente investigar, implementar, testar e preparar um pull request.
under 1 hour
Status da atividadeQuão disponível o issue aparece agora: novo, ativo, obsoleto, bloqueado ou aguardando entrada do mantenedor.
stale
ClarityCom que clareza o issue explica a mudança esperada, os critérios de aceitação e a próxima etapa.
clear
Prerequisites
None
Simpatia para novatosUma pontuação de 1 a 100 que estima o quão acessível este issue é para colaboradores iniciantes.
80
Direção de pesquisa
The user needs to specify the Flask application instance in the gunicorn command. Look at the main Python file (e.g., app.py or run.py) in the proxy pool repository to find the Flask app variable (commonly named 'app' or 'application'). The correct format is 'module:variable' where 'module' is the filename without .py. For example, if the app is in app.py and the variable is 'app', the command would be 'gunicorn w 2 b 127.0.0.1:5000 app:app'. Provide this to the user.