summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/app.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-06-18 13:58:27 -0300
committerTomás Touceda <chiiph@leap.se>2014-06-18 13:58:27 -0300
commit4ff7ef29b06b6609c3fbb75ef6a17f500b106025 (patch)
tree084a85444463a166d4047242ac428c3e21819a6e /src/leap/bitmask/app.py
parent42ca9123baee68c699971dda80145c7d910a8258 (diff)
parentadf42939117ec0a303fd2e50881e3f5dd38ceb78 (diff)
Merge remote-tracking branch 'refs/remotes/ivan/feature/more-app-cleanup' into develop
Diffstat (limited to 'src/leap/bitmask/app.py')
-rw-r--r--src/leap/bitmask/app.py2
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