From 1f9d263ad7ca1225a3c619ee953ebfed97306aad Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Mon, 8 Aug 2016 11:24:07 +0200 Subject: [PATCH] Fix unwanted change --- butterfly/terminal.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/butterfly/terminal.py b/butterfly/terminal.py index 06e3629..bb19b38 100644 --- a/butterfly/terminal.py +++ b/butterfly/terminal.py @@ -190,8 +190,7 @@ def shell(self): # User has been auth with ssl or is the same user as server # or login is explicitly turned off if ( - not tornado.options.options.unsecure and - tornado.options.options.login and not ( + not tornado.options.options.unsecure and not ( self.socket.local and self.caller == self.callee and server == self.callee