Skip to content

Commit

Permalink
Fix unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Aug 8, 2016
1 parent fe01ffb commit 1f9d263
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions butterfly/terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f9d263

Please sign in to comment.