Explorar o código

add rpyc class and update Dockerfile

ming %!s(int64=3) %!d(string=hai) anos
pai
achega
7c6f06f553
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      OpenshotService/openshot_video_generator.py

+ 2 - 1
OpenshotService/openshot_video_generator.py

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