diff --git a/crussh.py b/crussh.py index 9749542..48ee762 100755 --- a/crussh.py +++ b/crussh.py @@ -248,8 +248,7 @@ class CruSSH: # load existing config file, if present try: self.Config = json.load(open(os.path.expanduser('~/.crusshrc'))) - except Exception as e: - print(e) + except: pass # init all terminals