Skip to content
Snippets Groups Projects
Commit 22209c2c authored by juga's avatar juga Committed by Matt Traudt
Browse files

Remove unneded minimal user config

parent 2b9fcca8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment