Explorar o código

add rpyc class and update Dockerfile

ming %!s(int64=3) %!d(string=hai) anos
pai
achega
f972f3313d
Modificáronse 1 ficheiros con 1 adicións e 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')