diff options
Diffstat (limited to 'bin/update/tools.py')
-rw-r--r-- | bin/update/tools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update/tools.py b/bin/update/tools.py index 35e635cf8336..ab38d10f4b57 100644 --- a/bin/update/tools.py +++ b/bin/update/tools.py @@ -41,7 +41,7 @@ def get_hash(file_path): def get_file_info(mar_file, url): filesize = os.path.getsize(mar_file) data = {'hash': get_hash(mar_file), - 'hashFunction': 'sha512', + 'hash_function': 'sha512', 'size': filesize, 'url': url + os.path.basename(mar_file)} |