Commit 0567093e authored by Antoine Millet's avatar Antoine Millet
Browse files

Fixed typo

parent f9421da9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ class RpcServer(object):
        '''
        if conn in self._clients:
            if shutdown:
                conn().shutdown()
                conn.shutdown()

    def run(self):
        '''