我正在尝试在Heroku上部署一个简单的python bot,但是我得到了错误 couldn't find that process type
couldn't find that process type
当我试图缩放dynos时.我已经创建了一个procfile,它看起来像这样: web: gunicorn dep:app,其中"dep"是我的python代码的名称
web: gunicorn dep:app
可能是什么原因?
python heroku
heroku ×1
python ×1