Skip to content

Commit 259bad8

Browse files
authored
Add files via upload
1 parent 9382e46 commit 259bad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyfoxfile.py

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

0 commit comments

Comments
 (0)