Skip to content

Commit

Permalink
PR updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Jul 10, 2024
1 parent e2b7bdc commit 81585fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ def build(self) -> GoProResp:
camera_state[param_id] = []
continue
param_val = buf[:param_len]
logger.critical(f"ID {param_id} has length {param_len}")
buf = buf[param_len:]

# Add parsed value to response's data dict
Expand Down
2 changes: 1 addition & 1 deletion demos/python/sdk_wireless_camera_control/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ log_file_level = "DEBUG"
log_file_format = "%(threadName)13s: %(name)40s:%(lineno)5d %(asctime)s.%(msecs)03d %(levelname)-8s | %(message)s"
log_file_date_format = "%H:%M:%S"
filterwarnings = "ignore::DeprecationWarning"
# timeout = 10
timeout = 10
addopts = [
"-s",
"--capture=tee-sys",
Expand Down

0 comments on commit 81585fe

Please sign in to comment.