Loading ccnode/ccnode.py +1 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,7 @@ class CCNode(object): def authentify(self, login, password): ''' ''' logging.debug('Authenticating user %s with password <%s>' % (login, password)) logging.debug('Authenticating user %s' % login) try: role = self._server.authentify(login, password) self._scheduler_run() Loading Loading
ccnode/ccnode.py +1 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,7 @@ class CCNode(object): def authentify(self, login, password): ''' ''' logging.debug('Authenticating user %s with password <%s>' % (login, password)) logging.debug('Authenticating user %s' % login) try: role = self._server.authentify(login, password) self._scheduler_run() Loading