mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
Merge f693ea6d89f7603370d37d7692cefe2fa298f92b into df129c7ba30aaa9ffffb81a48f53aa7253b0b4e6
This commit is contained in:
commit
04291c8255
@ -72,7 +72,7 @@ def _recursive_repr(item):
|
||||
|
||||
def get_hash(item):
|
||||
repr_ = _recursive_repr(item).encode('utf-8')
|
||||
return hashlib.md5(repr_).hexdigest()
|
||||
return hashlib.md5(repr_, usedforsecurity=False).hexdigest()
|
||||
|
||||
|
||||
def get_hash_int(item):
|
||||
|
Loading…
x
Reference in New Issue
Block a user