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