Explorar o código

port restart: 8858

aaron-1015 %!s(int64=3) %!d(string=hai) anos
pai
achega
a8df532506
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

@@ -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()