Remove reference to slotmachien
This commit is contained in:
parent
f9968e0654
commit
a17ffaf4a3
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ class Configuration(object):
|
||||||
SECRET_KEY = '<change>'
|
SECRET_KEY = '<change>'
|
||||||
SLACK_WEBHOOK = '<add url>'
|
SLACK_WEBHOOK = '<add url>'
|
||||||
PROCESS = 'python test.py'
|
PROCESS = 'python test.py'
|
||||||
LOGFILE = 'slotmachien.log'
|
LOGFILE = 'foodbot.log'
|
||||||
ZEUS_KEY = '<fill in>'
|
ZEUS_KEY = '<fill in>'
|
||||||
ZEUS_SECRET = '<fill in>'
|
ZEUS_SECRET = '<fill in>'
|
||||||
|
|
Loading…
Reference in a new issue