Commit 8acb88fc authored by Antoine Millet's avatar Antoine Millet
Browse files

Whitespace.

parent 69fe02b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -212,6 +212,7 @@ class ClientHandler(OnlineCCHandler):
    def proxy_client(self, login, command, *args, **kwargs):
        client = self._server.get_connection(login)
        return client.connection.call(command, *args, **kwargs)

class AuthenticationError(Exception):
    pass