tchellomello / python-amcrest

A Python 2.7/3.x module for Amcrest and Dahua Cameras using the SDK HTTP API.
GNU General Public License v2.0
216 stars 76 forks source link

Documentation error in example usage #100

Closed mitchmitchell closed 5 years ago

mitchmitchell commented 5 years ago

In the "Usage" section of the README.rst the example for moving the camera down has two extra parens at the end of the line: camera.ptz_control_command(action="start", code="Down", arg1=0, arg2=0, arg3=0)))