File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def __init__(self) -> None:
65
65
self .blink_name : str = self .config ["blink" ]["name" ]
66
66
self .blink_config_file : str = self .base_path + self .config ["blink" ]["config_file" ]
67
67
self .blink_night_vision : bool = self .config ["blink" ]["night_vision" ]
68
- self .blink_image_brightening : bool = self .config ["blink" ].get ("image_brightning " , False ) # optional value see config_template.yaml for more information
68
+ self .blink_image_brightening : bool = self .config ["blink" ].get ("image_brightening " , False ) # optional value see config_template.yaml for more information
69
69
70
70
self .picam_enabled : bool = self .config ["picam" ]["enabled" ]
71
71
self .picam_url : str = self .config ["picam" ]["url" ]
@@ -76,7 +76,7 @@ def __init__(self) -> None:
76
76
self .picam_rotation : int = self .config ["picam" ]["rotation" ]
77
77
self .picam_iso : int = self .config ["picam" ]["iso" ]
78
78
self .picam_night_vision : bool = self .config ["picam" ]["night_vision" ]
79
- self .picam_image_brightening : bool = self .config ["picam" ].get ("image_brightning " , False ) # optional value see config_template.yaml for more information
79
+ self .picam_image_brightening : bool = self .config ["picam" ].get ("image_brightening " , False ) # optional value see config_template.yaml for more information
80
80
81
81
self .web_user_dict : dict [str , str ] = self .get_web_user_dict ()
82
82
self .flask_enabled : bool = self .config ["web" ]["enabled" ]
You can’t perform that action at this time.
0 commit comments