Update src/backend/InvenTree/plugin/installer.py
Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
parent
2fa832f1f3
commit
ff7f8d8027
|
|
@ -113,7 +113,7 @@ def plugins_file_hash():
|
|||
return None
|
||||
|
||||
with pf.open('rb') as f:
|
||||
return hashlib.md5(f.read()).hexdigest()
|
||||
return hashlib.sha256(f.read()).hexdigest()
|
||||
|
||||
|
||||
def install_plugins_file():
|
||||
|
|
|
|||
Loading…
Reference in New Issue