Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
22209c2c
Commit
22209c2c
authored
Jul 24, 2018
by
juga
Committed by
Matt Traudt
Aug 03, 2018
Browse files
Remove unneded minimal user config
parent
2b9fcca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/globals.py
View file @
22209c2c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment