diff options
author | Kali Kaneko <kali@leap.se> | 2018-01-04 18:38:01 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-01-06 19:57:56 +0100 |
commit | 2b5b79b114423f8d68c992d1bd0bb251e2dfba2b (patch) | |
tree | e18fb30a115cf5358b58727e1e047833ed81cd26 /src/leap/bitmask/chrome/chromeapp.py | |
parent | 501379ee09c3510d1737d6292a2dd5732c19dfef (diff) |
[style] pep8
Diffstat (limited to 'src/leap/bitmask/chrome/chromeapp.py')
-rw-r--r-- | src/leap/bitmask/chrome/chromeapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/chrome/chromeapp.py b/src/leap/bitmask/chrome/chromeapp.py index feb765d6..b1de0990 100644 --- a/src/leap/bitmask/chrome/chromeapp.py +++ b/src/leap/bitmask/chrome/chromeapp.py @@ -61,7 +61,7 @@ def delete_old_authtoken(): def start_app(): if not commands.getoutput('which chromium'): - print ('[!] Cannot find chromium installed in the system!') + print('[!] Cannot find chromium installed in the system!') sys.exit(1) delete_old_authtoken() bitmaskd = Process(target=run_bitmaskd) |