cleanup unused import, revert default config path
This commit is contained in:
parent
624d286d8a
commit
35da34bc8c
3 changed files with 4 additions and 17 deletions
|
@ -1,4 +1,6 @@
|
|||
CONFDIR = '/pgbot/conf'
|
||||
''' module defaults '''
|
||||
|
||||
CONFDIR = '/etc/pgbot'
|
||||
CONFIG = CONFDIR + '/pgbot.yml'
|
||||
TOKENS = CONFDIR + '/tokens.yml'
|
||||
SCHEDULE = CONFDIR + '/sched.yml'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue