Explorar el Código

port restart: 8858

aaron-1015 hace 3 años
padre
commit
a8df532506
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

@@ -544,7 +544,7 @@ class video_service(rpyc.Service):
 
 
 from rpyc.utils.server import ThreadedServer
-t = ThreadedServer(video_service, port=8878)
+t = ThreadedServer(video_service, port=8858)
 print('service started')
 t.start()