Skip to content

Commit 5266e83

Browse files
authored
Add files via upload
1 parent c89f401 commit 5266e83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pycatfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3686,7 +3686,7 @@ def GetHeaderChecksum(inlist=None, checksumtype="md5", encodedata=True, formatsp
36863686
hdr_bytes = _to_bytes(hdr_bytes)
36873687
hdr_bytes = bytes(hdr_bytes)
36883688
if CheckSumSupport(algo_key, hashlib_guaranteed):
3689-
if(saltkey is None):
3689+
if(saltkey is None):
36903690
h = hashlib.new(algo_key, hdr_bytes)
36913691
else:
36923692
h = hmac.new(saltkey, hdr_bytes, digestmod=algo_key)

0 commit comments

Comments
 (0)