Revert "Merge pull request #491 from jakedt/migratebackp2"
This reverts commit7ad2522dbe
, reversing changes made toa0b191ffa1
.
This commit is contained in:
parent
7ad2522dbe
commit
9000169b53
11 changed files with 66 additions and 232 deletions
|
@ -68,7 +68,7 @@ def compute_tarsum(fp, json_data):
|
|||
|
||||
|
||||
def simple_checksum_handler(json_data):
|
||||
h = hashlib.sha256(json_data.encode('utf8') + '\n')
|
||||
h = hashlib.sha256(json_data + '\n')
|
||||
|
||||
def fn(buf):
|
||||
h.update(buf)
|
||||
|
|
Reference in a new issue