mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-24 11:19:00 +02:00
Remove no-latency-control assertion
Remove an assertion that would fail when --no-latency-control is set.
This commit is contained in:
parent
ad83059da8
commit
f71704f54d
@ -215,7 +215,6 @@ def main():
|
|||||||
helpers.logprefix = ' s: '
|
helpers.logprefix = ' s: '
|
||||||
else:
|
else:
|
||||||
helpers.logprefix = 'server: '
|
helpers.logprefix = 'server: '
|
||||||
assert latency_control is not None
|
|
||||||
debug1('latency control setting = %r\n' % latency_control)
|
debug1('latency control setting = %r\n' % latency_control)
|
||||||
|
|
||||||
routes = list(list_routes())
|
routes = list(list_routes())
|
||||||
|
Loading…
Reference in New Issue
Block a user