From b629eb19be42e131c77a03f533e23b2fdaa5271c Mon Sep 17 00:00:00 2001 From: William McBrine Date: Thu, 2 Jul 2009 10:14:38 -0400 Subject: [PATCH] Add settings and togo automatically. Note that this means they can't be disabled. --- config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.py b/config.py index 5b5857c..051d548 100644 --- a/config.py +++ b/config.py @@ -170,6 +170,8 @@ def getShares(tsn=''): if tsnshares: shares = tsnshares + shares.extend([('settings', {'type': 'settings'}), + ('togo', {'type': 'togo'})]) return shares def getDebug(): -- 2.11.4.GIT