[arm/master] Toggling the INCLUDE_GUI flag back to being off

14 Jun
2011
14 Jun
'11
2:47 a.m.
commit a5af27f67a0c07b190997f36ed829b6a05b83a91 Author: Damian Johnson <atagar@torproject.org> Date: Mon Jun 13 19:46:57 2011 -0700 Toggling the INCLUDE_GUI flag back to being off It isn't ready yet for users so toggling the gui back to being disabled. --- src/starter.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/starter.py b/src/starter.py index 50feceb..d2ac910 100644 --- a/src/starter.py +++ b/src/starter.py @@ -30,7 +30,7 @@ import util.uiTools import TorCtl.TorCtl import TorCtl.TorUtil -INCLUDE_GUI = True +INCLUDE_GUI = False LOG_DUMP_PATH = os.path.expanduser("~/.arm/log") DEFAULT_CONFIG = os.path.expanduser("~/.arm/armrc") CONFIG = {"startup.controlPassword": None,
5078
Age (days ago)
5078
Last active (days ago)
0 comments
1 participants
participants (1)
-
atagar@torproject.org