From 9dbb531e102fca7746084b3dfb8adaf4f0bde31b Mon Sep 17 00:00:00 2001 From: Maxim Kulkin Date: Mon, 28 Oct 2013 13:04:44 +0400 Subject: [PATCH] Removed obsolete PYTHONPATH overrides from Procfile --- Procfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index b3ffc48..9ba3daa 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -webui: PYTHONPATH=joker: python webui.py -worker: PYTHONPATH=joker: celery worker --app=rubick.celery:app +webui: python webui.py +worker: celery worker --app=rubick.celery:app