ya2 · news · projects · code · about

fixes for building
[pmachines.git] / ya2 / utils / functional.py
index 719bcbfe1f53eb48387f3499da1122f74f5da2a9..abe1079e0f8fe83f82ca2c68784c24bac5de26bc 100644 (file)
@@ -13,7 +13,7 @@ from ya2.build.build import _branch
 class RPCServer(SimpleXMLRPCServer):
 
     def __init__(self, callbacks):
-        super().__init__(('localhost', 6000), allow_none=True)
+        super().__init__(('localhost', 7000), allow_none=True)
         self._callbacks = callbacks
         self.register_introspection_functions()
         self.register_function(self.screenshot, 'screenshot')