feat: services basic ui to track services states

This commit is contained in:
Swann Martinez
2020-02-19 16:22:06 +01:00
parent 5f2dca4032
commit b9d144f24a
3 changed files with 34 additions and 3 deletions

View File

@ -117,7 +117,7 @@ class SessionStartOperator(bpy.types.Operator):
id=settings.username,
address=settings.ip,
port=settings.port,
ttl_port=settings.ttl_port
ipc_port=settings.ttl_port
)
except Exception as e:
self.report({'ERROR'}, repr(e))