diff options
Diffstat (limited to 'src/leap/bitmask/app.py')
| -rw-r--r-- | src/leap/bitmask/app.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/app.py b/src/leap/bitmask/app.py index 374c91d2..6a7d6ff1 100644 --- a/src/leap/bitmask/app.py +++ b/src/leap/bitmask/app.py @@ -121,7 +121,7 @@ def main():      Starts the main event loop and launches the main window.      """      # Parse arguments and store them -    _, opts = leap_argparse.init_leapc_args() +    opts = leap_argparse.get_options()      do_display_version(opts)      bypass_checks = opts.danger  | 
