Configure boobot storage path

This commit is contained in:
Laurent Bachelier 2013-06-23 19:14:44 +02:00
commit 99d9879a73

View file

@ -42,7 +42,7 @@ from weboob.tools.storage import StandardStorage
IRC_CHANNELS = os.getenv('BOOBOT_CHANNELS', '#weboob').split(',')
IRC_NICKNAME = os.getenv('BOOBOT_NICKNAME', 'boobot')
IRC_SERVER = os.getenv('BOOBOT_SERVER', 'chat.freenode.net')
STORAGE_FILE = 'boobot.storage'
STORAGE_FILE = os.getenv('BOOBOT_STORAGE', 'boobot.storage')
def fixurl(url):