Configure boobot storage path
This commit is contained in:
parent
19bf5fe391
commit
99d9879a73
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ from weboob.tools.storage import StandardStorage
|
||||||
IRC_CHANNELS = os.getenv('BOOBOT_CHANNELS', '#weboob').split(',')
|
IRC_CHANNELS = os.getenv('BOOBOT_CHANNELS', '#weboob').split(',')
|
||||||
IRC_NICKNAME = os.getenv('BOOBOT_NICKNAME', 'boobot')
|
IRC_NICKNAME = os.getenv('BOOBOT_NICKNAME', 'boobot')
|
||||||
IRC_SERVER = os.getenv('BOOBOT_SERVER', 'chat.freenode.net')
|
IRC_SERVER = os.getenv('BOOBOT_SERVER', 'chat.freenode.net')
|
||||||
STORAGE_FILE = 'boobot.storage'
|
STORAGE_FILE = os.getenv('BOOBOT_STORAGE', 'boobot.storage')
|
||||||
|
|
||||||
|
|
||||||
def fixurl(url):
|
def fixurl(url):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue