Commit 20e862d9 authored by Antoine Millet's avatar Antoine Millet
Browse files

Whitespaces

parent 9f96af05
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -169,7 +169,6 @@ class CCServer(object):
            logging.info('Authentication success from %s with login %s', conn.getpeername(), login)
            return role


    def register(self, login, role, connection, create_object=False):
        '''
        Register a new connected account on the server.