fix rebase 4 time
This commit is contained in:
parent
d18d9e1529
commit
30e1539753
|
@ -511,6 +511,8 @@ def main():
|
|||
|
||||
if url_wallet and wb_sign_token:
|
||||
snapshot = send_to_sign_credential(snapshot, wb_sign_token, url_wallet)
|
||||
else:
|
||||
snapshot = json.dumps(snapshot)
|
||||
|
||||
save_snapshot_in_disk(snapshot, config['path'], snap_uuid)
|
||||
|
||||
|
|
Loading…
Reference in a new issue