summaryrefslogtreecommitdiffstats
path: root/sshuttle/assembler.py
diff options
context:
space:
mode:
Diffstat (limited to 'sshuttle/assembler.py')
-rw-r--r--sshuttle/assembler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshuttle/assembler.py b/sshuttle/assembler.py
index 2d09a50..011baa2 100644
--- a/sshuttle/assembler.py
+++ b/sshuttle/assembler.py
@@ -42,4 +42,4 @@ import sshuttle.cmdline_options as options # noqa: E402
from sshuttle.server import main # noqa: E402
main(options.latency_control, options.latency_buffer_size,
options.auto_hosts, options.to_nameserver,
- options.auto_nets, options.ttl)
+ options.auto_nets)