Explorar el Código

add rpyc class and update Dockerfile

ming hace 3 años
padre
commit
f972f3313d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      OpenshotService/openshot_video_generator.py

+ 1 - 1
OpenshotService/openshot_video_generator.py

@@ -410,6 +410,6 @@ class video_service(rpyc.Service):
 
 
 from rpyc.utils.server import ThreadedServer
-t = ThreadedServer(video_service, port=18861)
+t = ThreadedServer(video_service, port=8888)
 t.start()
 print('service started')