Rename hash function name

This commit is contained in:
2021-08-01 02:12:50 +00:00
parent da0ae0136e
commit 5c63add3b2
3 changed files with 18 additions and 12 deletions

View File

@@ -7,6 +7,6 @@ def test_pack():
pack.pull()
pack.collate()
pack.compress()
pack.hash()
pack.hashPack()
pack.upload()