fix rebase 4 time

This commit is contained in:
Cayo Puigdefabregas 2024-12-12 20:09:25 +01:00
parent ea6fcf174b
commit 7f224618ee

View file

@ -591,6 +591,8 @@ def main():
if url_wallet and wb_sign_token: if url_wallet and wb_sign_token:
snapshot = send_to_sign_credential(snapshot, wb_sign_token, url_wallet) 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) save_snapshot_in_disk(snapshot, config['path'], snap_uuid)