📜  at=error code=h10 desc= app crashed python flask - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:32.370000             🧑  作者: Mango

代码示例1
You have the bug in your procfile.

web: gunicorn
It should be written like this. Don't give a space after web and it will work fine.