fix paths
This commit is contained in:
parent
b80888bcd7
commit
4955dae408
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
CONFDIR = '/etc/pgbot'
|
||||
CONFIG = CONFDIR + 'pgbot.yml'
|
||||
TOKENS = CONFDIR + 'tokens.yml'
|
||||
CONFIG = CONFDIR + '/pgbot.yml'
|
||||
TOKENS = CONFDIR + '/tokens.yml'
|
||||
SCHEDULE = CONFDIR + '/sched.yml'
|
||||
|
|
Loading…
Reference in a new issue