diff --git a/Procfile b/Procfile index ab94349..b2bfe55 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python3 bot.py \ No newline at end of file +gunicorn app:app & python3 bot.py