[sbws/master] Remove unneded minimal user config

commit 22209c2c0f9645b150222a4b6769cc811a795b8c Author: juga0 <juga@riseup.net> Date: Tue Jul 24 18:20:17 2018 +0000 Remove unneded minimal user config --- sbws/globals.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sbws/globals.py b/sbws/globals.py index 56597b1..daa0a55 100644 --- a/sbws/globals.py +++ b/sbws/globals.py @@ -26,7 +26,6 @@ TORRC_STARTING_POINT = { PKG_DIR = os.path.abspath(os.path.dirname(__file__)) DEFAULT_CONFIG_PATH = os.path.join(PKG_DIR, 'config.default.ini') DEFAULT_LOG_CONFIG_PATH = os.path.join(PKG_DIR, 'config.log.default.ini') -MINIMUM_USER_CONFIG_PATH = os.path.join(PKG_DIR, 'config.user.ini') USER_CONFIG_PATH = os.path.join(os.path.expanduser('~'), '.sbws.ini') SOCKET_TIMEOUT = 60 # seconds
participants (1)
-
pastly@torproject.org