Ratatata
Help deploying small python program
Hey, I am trying to deploy small python app, the build is successful but it doesn't run for some reason.
My code is in main.py, so it just needs to do python main.py
There are 0 errors and 0 logs.
I have added Procfile but that didn't help either
web: python main.py
35 replies