fix procfile

This commit is contained in:
James Turk 2022-12-08 00:24:44 -06:00
parent d17187f4ec
commit 75fcee86d2

View File

@ -1 +1 @@
web: python -m flask run -h 0.0.0.0 -p $PORT web: python -m flask --app scrapple run -h 0.0.0.0 -p $PORT