[tor-commits] [chutney/master] TorNet: remove unused DEFAULTS['core']
nickm at torproject.org
nickm at torproject.org
Wed Jun 24 14:07:30 UTC 2020
commit 3a875ea49cc6380afa34a1b86b23b21f22c2ae27
Author: c <c at chroniko.jp>
Date: Wed Jun 24 01:51:45 2020 +0000
TorNet: remove unused DEFAULTS['core']
---
lib/chutney/TorNet.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py
index df3c33d..a0d9b31 100644
--- a/lib/chutney/TorNet.py
+++ b/lib/chutney/TorNet.py
@@ -1885,7 +1885,6 @@ DEFAULTS = {
'ptport_base' : 9900,
'authorities': "AlternateDirAuthority bleargh bad torrc file!",
'bridges': "Bridge bleargh bad torrc file!",
- 'core': True,
# poll_launch_time: None means wait on launch (requires RunAsDaemon),
# otherwise, poll after that many seconds (can be fractional/decimal)
'poll_launch_time': None,
More information about the tor-commits
mailing list