Remove reference to slotmachien

This commit is contained in:
Feliciaan De Palmenaer 2015-03-26 21:58:55 +01:00
parent f9968e0654
commit a17ffaf4a3

View file

@ -7,6 +7,6 @@ class Configuration(object):
SECRET_KEY = '<change>'
SLACK_WEBHOOK = '<add url>'
PROCESS = 'python test.py'
LOGFILE = 'slotmachien.log'
LOGFILE = 'foodbot.log'
ZEUS_KEY = '<fill in>'
ZEUS_SECRET = '<fill in>'