Fix all Python files to work with Python2 and Gunicorn/Heroku

This commit is contained in:
Gergely Polonkai
2016-10-27 20:52:20 +02:00
parent cc17fc634f
commit a6a74fa56c
3 changed files with 8 additions and 8 deletions

View File

@@ -1 +1 @@
web: gunicorn api:app --log-file -
web: gunicorn app:app --log-file -