missing file main.py
AmauryVanEspen opened this issue · 1 comments
AmauryVanEspen commented
Good evening
it seems there is no file main.py to execute
Could you tell me more about executing this python web app ?
Thank you
Amaury
toddbirchard commented
Hi @AmauryVanEspen, wsgi.py should serve the same purpose here. Alternatively, running flask run in the directory will invoke this on your behalf, thanks to the presence of start.sh.