Skip to content

Commit 7eb2eec

Browse files
committedDec 23, 2021
API adjustments and documentation
1 parent 7399aab commit 7eb2eec

File tree

3 files changed

+153
-138
lines changed

3 files changed

+153
-138
lines changed
 

‎onvif/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def setup(self, args):
5151
args.user,
5252
args.password,
5353
args.wsdl,
54-
encrypt=args.encrypt,
54+
use_token_digest=args.encrypt,
5555
)
5656

5757
# Create cmd argument parser

0 commit comments

Comments
 (0)
Please sign in to comment.