style: correct and clarify docs and comments
ref: N25B-168
This commit is contained in:
@@ -17,7 +17,7 @@ class VideoSender(SocketBase):
|
||||
Prepares arguments for retrieving video images from Pepper and starts video loop on a separate thread.
|
||||
"""
|
||||
if not state.qi_session:
|
||||
logging.info("No QI session available, not starting video loop")
|
||||
logging.info("No Qi session available. Not starting video loop.")
|
||||
return
|
||||
|
||||
video = state.qi_session.service("ALVideoDevice")
|
||||
|
||||
Reference in New Issue
Block a user