cleanup unused import, revert default config path

This commit is contained in:
Von Random 2024-11-09 21:18:28 +02:00
parent 624d286d8a
commit 35da34bc8c
3 changed files with 4 additions and 17 deletions

View file

@ -1,4 +1,6 @@
CONFDIR = '/pgbot/conf'
''' module defaults '''
CONFDIR = '/etc/pgbot'
CONFIG = CONFDIR + '/pgbot.yml'
TOKENS = CONFDIR + '/tokens.yml'
SCHEDULE = CONFDIR + '/sched.yml'