summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/bitmask/chrome')
-rw-r--r--src/leap/bitmask/chrome/chromeapp.py2
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)