Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet committed Nov 25, 2024
1 parent fac3f8c commit 5da812e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samsungtvws/encrypted/authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def _parse_client_hello(
+ userIdLen
+ GX_SIZE
+ SHA_DIGEST_LENGTH
]
] # fmt: skip
LOGGER.debug("hash2: %s", dataHash2.hex())

secret2 = userId + secret
Expand Down

0 comments on commit 5da812e

Please sign in to comment.