diff options
Diffstat (limited to 'portato')
-rw-r--r-- | portato/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/constants.py b/portato/constants.py index 1257256..32f0f9b 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -60,7 +60,7 @@ APP = "portato" VERSION = "9999" HOME = os.environ["HOME"] SU_COMMAND = "gksu -D 'Portato'" -USE_CATAPULT = True +USE_CATAPULT = False # config CONFIG_DIR = "/etc/portato/" |