[Pkg-privacy-commits] [onionshare] 130/256: Change the settings to default to bundled connection type instead of automatic

Ulrike Uhlig ulrike at moszumanska.debian.org
Fri May 26 12:53:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

ulrike pushed a commit to branch master
in repository onionshare.

commit 87e969fc4a71b0377a3b62d9bd7ac0d064d32fbd
Author: Micah Lee <micah at micahflee.com>
Date:   Thu Apr 13 23:20:24 2017 -0700

    Change the settings to default to bundled connection type instead of automatic
---
 onionshare/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/onionshare/settings.py b/onionshare/settings.py
index c3b49ae..0132a1c 100644
--- a/onionshare/settings.py
+++ b/onionshare/settings.py
@@ -35,7 +35,7 @@ class Settings(object):
         # These are the default settings. They will get overwritten when loading from disk
         self.default_settings = {
             'version': helpers.get_version(),
-            'connection_type': 'automatic',
+            'connection_type': 'bundled',
             'control_port_address': '127.0.0.1',
             'control_port_port': 9051,
             'socket_file_path': '/var/run/tor/control',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git



More information about the Pkg-privacy-commits mailing list