Skip to content

Commit

Permalink
Explicit initialization added back in
Browse files Browse the repository at this point in the history
  • Loading branch information
meadej committed Mar 13, 2023
1 parent 32ce09d commit 333d6dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions axis-ptz/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
camera_yaw = 0

currentPlane = None
camera_altitude = None
camera_latitude = None
camera_longitude = None

camera_lead = None
include_age = strtobool(os.getenv("INCLUDE_AGE", "True"))
Expand Down

0 comments on commit 333d6dc

Please sign in to comment.