diff options
Diffstat (limited to 'src/leap/bitmask/cli/command.py')
-rw-r--r-- | src/leap/bitmask/cli/command.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/bitmask/cli/command.py b/src/leap/bitmask/cli/command.py index a70b2d43..d31c3a00 100644 --- a/src/leap/bitmask/cli/command.py +++ b/src/leap/bitmask/cli/command.py @@ -181,5 +181,5 @@ class Command(object): if callable(errb): errb() else: - print (Fore.RED + "[ERROR] Timeout contacting the bitmask " - "daemon. Is it running?" + Fore.RESET) + print(Fore.RED + "[ERROR] Timeout contacting the bitmask " + "daemon. Is it running?" + Fore.RESET) |