Skip to content

Commit 589a498

Browse files
committed
remove camera password from log/mqtt
1 parent 480f14b commit 589a498

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

axis-ptz-controller/axis_ptz_controller.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,6 @@ def _config_object(self) -> Dict[str, Any]:
537537
config = {
538538
"hostname": self.hostname,
539539
"camera_ip": self.camera_ip,
540-
"camera_user": self.camera_user,
541-
"camera_password": self.camera_password,
542540
"config_topic": self.config_topic,
543541
"orientation_topic": self.orientation_topic,
544542
"object_topic": self.object_topic,

0 commit comments

Comments
 (0)