style: correct and clarify docs and comments

ref: N25B-168
This commit is contained in:
Twirre Meulenbelt
2025-10-16 22:03:50 +02:00
parent 4c3aa3a911
commit 45be0366ba
3 changed files with 4 additions and 3 deletions

View File

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