diff --git a/Procfile b/Procfile index 98b314d..3103584 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn main:app --preload --workers 8 --timeout 60 --log-level debug \ No newline at end of file +web: gunicorn main:app --preload --workers 8 --timeout 120 \ No newline at end of file diff --git a/main.py b/main.py index 2f59f49..d01545d 100644 --- a/main.py +++ b/main.py @@ -538,4 +538,4 @@ def page_not_found(e): if __name__ == "__main__": - app.run(host='0.0.0.0', port=8000) + app.run(host='0.0.0.0')