我'm able to deploy my app to heroku, but if I try to access the given heroku url for my app I get an 51296 H10 error in heroku. I think it' s因为我的Procfile设置不正确 . 现在我的Procfile读取 web: gunicorn main.py

我正在阅读 web: gunicorn app:app 示例的Procfile

我的应用程序的所有文件都在基本文件夹中 . 我的基本文件夹中唯一的文件夹是 .git__pycache__ 文件夹 .

我正从命令行部署 . 我之前尝试过使用github部署并遇到了不同的错误 .