Loading ccserver/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ class CCConf(object): auth = getattr(self, meth) return auth(password) else: raise CCConf.BadMethodError("Bad hashing method: '%s'" % method) raise CCConf.BadMethodError('Bad hashing method: %s' % repr(method)) def authentify(self, login, password): ''' Loading Loading
ccserver/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ class CCConf(object): auth = getattr(self, meth) return auth(password) else: raise CCConf.BadMethodError("Bad hashing method: '%s'" % method) raise CCConf.BadMethodError('Bad hashing method: %s' % repr(method)) def authentify(self, login, password): ''' Loading