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
Anti-censorship
BridgeDB
Commits
5ce25d0d
Commit
5ce25d0d
authored
Dec 14, 2007
by
Nick Mathewson
⛰
Browse files
r17165@catbus: nickm | 2007-12-14 16:46:54 -0500
Actually honor configuration options in file. svn:r12820
parent
bcb5b9b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/bridgedb/Main.py
View file @
5ce25d0d
...
...
@@ -190,8 +190,10 @@ def run():
else
:
configuration
=
{}
execfile
(
sys
.
argv
[
1
],
configuration
)
C
=
Conf
(
**
configuration
)
configuration
=
C
startup
(
CONFIG
)
startup
(
configuration
)
if
__name__
==
'__main__'
:
run
()
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