Skip to content

Commit 6a7dde5

Browse files
mheyenlkiesow
authored andcommitted
fix line length
1 parent 396a856 commit 6a7dde5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

occameracontrol/camera.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ def __str__(self) -> str:
7676

7777
def activate_camera(self, on=True):
7878
"""Activate the camera or put it into standby mode.
79-
parameters:
80-
on: bool - True to activate the camera, False to deactivate it. default is True.
79+
:param bool on: camera should be online or standby (default: True)
8180
"""
8281
if self.type == CameraType.panasonic:
8382
url = f'{self.url}/cgi-bin/aw_ptz'

0 commit comments

Comments
 (0)