jhao104/proxy_pool

我想把他用gunicorn部署到我的服务器上,不太懂flask,所以请教一下

Open

#358 opened on Sep 29, 2019

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Python (20,037 stars) (4,936 forks)batch import
help wanted

Description

gunicorn -w 2 -b 127.0.0.1:5000 **** ***的部分应该写什么呢 ? 我在百度上找的教程说是写flask实例,但是我对flask不是特别了解 ,所以请教一下

Contributor guide