diff --git a/app/config.example.py b/app/config.example.py index 7dc6e02..07f5980 100644 --- a/app/config.example.py +++ b/app/config.example.py @@ -6,7 +6,6 @@ class Configuration(object): DEBUG = True SECRET_KEY = '' SLACK_WEBHOOK = '' - PROCESS = 'python test.py' LOGFILE = 'foodbot.log' ZEUS_KEY = '' ZEUS_SECRET = ''