Skip to content

Commit

Permalink
remove camera password from log/mqtt
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Jan 18, 2025
1 parent 480f14b commit 589a498
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions axis-ptz-controller/axis_ptz_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,6 @@ def _config_object(self) -> Dict[str, Any]:
config = {
"hostname": self.hostname,
"camera_ip": self.camera_ip,
"camera_user": self.camera_user,
"camera_password": self.camera_password,
"config_topic": self.config_topic,
"orientation_topic": self.orientation_topic,
"object_topic": self.object_topic,
Expand Down

0 comments on commit 589a498

Please sign in to comment.